.hero-bottom-links {
    border-radius: 2rem;
    padding: 0.25rem;
}
.hero-bottom-links a img {
    height: 2rem;
    margin: 0 .5rem;
}
.hero-bottom-links a {
    font-size: 1rem;
    padding: .5rem;
}
.icon-circle {
    margin: 0 auto;
    max-height: 10rem;
    max-width: 10rem;
}
.section {
    overflow: initial;
    display: block;
    height: auto;
}
.section__content {
    display: block;
    height: 100%;
    position: initial;
    padding: 1.5rem 0;
    width: 100%;
}
.section__content-subheading {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    top: 0;
    left: 0;
    transform: none;
}
.section__content .col-1, .section__content .col-2 {
    opacity: 1;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: none;
    width: 90%;
}
.section__content .col-1 img {
    display: block;
    margin: 1rem auto;
    height: auto;
    max-width: 50%;
}
.section__content .col-2 p {
    color: var(--blue);
    font-size: 1rem;
}
#section-7 {
    height: 24rem;
}

#section-7 .content-slider {
    height: 100%;
}

/* #section-7 .content-slider .slider {
    border-radius: 2rem 2rem 0 0;
} */

#section-7 .content-slider nav .controls {
    width: 100%;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 2rem;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 2rem;
    line-height: 100%;
    text-align: center;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper h2 {
    padding-bottom: 0;
    font-weight: 300;
    font-size: 1.2rem;
}

#section-7 .content-slider nav .controls label {
    width: 15%;
}

#section-7 .content-slider nav .controls label span {
    font-size: 2rem;
}