@media (min-width: 992px) {
    .banner-d .banner__title {
        line-height: 3.4rem;
        margin-top:10%;
    }
}
@media (min-width: 992px) {
    .banner-d .banner__subtitle {
        line-height: 1.6rem;
    }
}

.section--light .banner-d .banner__subtitle {
    color: #0e1d54;
}
@media (min-width: 768px) {
    .navigation-a .navigation__item--link {
        font-size: 1.2rem;
    }
}
.locations-a .location__phone--link {
    font-size: 1.5rem;
    /* font-size: 1rem; */
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.form_contact__container--inner.form__container--inner label.form__label.form-check-label {
    width: 100% !important;
}
