header .row1.d-lg-flex div:last-child {
    /* flex: 0 0 20%; */
    flex: 1 0 70% !important;
    text-align: right;
}


@media screen and (min-width: 992px) {
    header .row2 site-navigation nav .nav-link {
        font-size: 21px !important;
    }

    hero-banner.home-banner .banner-large .primary-content .h1 {
        font-size: 65px;
        margin-top: 60px;
    }

    hero-banner.home-banner .banner-large .primary-content .right-section p {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1;
    }

    hero-banner.home-banner .banner-large .primary-content .h1-subtitle {
        font-size: 66px !important;
        margin-top: -62px !important;
    }

    hero-banner.home-banner .banner-large .primary-content .right-section {
        margin-top: 60px;
    }

    header .row2 site-navigation nav .submenu-wrapper .submenu-link {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    hero-banner.home-banner .banner-large .primary-content .h1 {
        font-size: 73px;
    }

    hero-banner.home-banner .banner-large .primary-content .right-section p {
        font-size: 19px;
        margin-bottom: 8px;
        line-height: 1;
    }

    hero-banner.home-banner .banner-large .secondary-content {
        bottom: -58%;
    }

    header .row1 {
        max-width: 1200px !important;
        text-align: left;
    }
}





@media screen and (min-width: 1024px) {
    .dist {
        margin-left: 3.8em;
    }
}

.bk-opacity {
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding: 0 5px 5px 5px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
    border: 0;
}

footer .row1 {
    align-items: flex-start;
}