.hero-section .col-2-img {
    background: #ffb800;
    position: relative;
    height: auto;
}

.hero-section .col-2-img video {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    display: block;
}

.hero-content {
    min-height: auto;
}

.hero-content .col-2-txt {
    display: none;
    min-height: auto;
}

.hero-content .col-3-txt {
    min-height: auto;
}

.hero-content .col-1-txt {
    min-height: auto;
}

@media screen and (max-width:900px) {
    .hero-content .col-2-txt {
        display: block;
    }
}

@media screen and (max-width: 576px) {

    .col-1-img,
    .col-2-img {
        flex-grow: 1;
        height: auto;
    }
}


.services-excerpt-txt p {
    max-width: 505px;
}

.service-card p {
    font-size: 13px;
    /* min-height: 55px; */
}

.service-card {
    padding: 0px 32px 32px 32px;
}

.btn {
    height: 36px
}

.icon-right::before {
    margin-left: 14px;
}

.icon-right-open:before {
    font-size: 14px;
    line-height: 1em;
    padding-top: 1px;
}

.latest-media {
    margin-bottom: 0px;
}

.excerpt-pattern-container {
    overflow: hidden;
}

.excerpt-pattern-container img {
    left: -1px;
}

.col-3-media-article-box:first-child {
    background: var(--ruby-red) url(../images/pattern-article-red.webp) right 15px top 20px no-repeat;
    background-size: auto 80%;
}

.col-3-media-article-box:first-child img {
    display: none;
}


@media screen and (max-width:1350px) {
    .excerpt-txt-box p {
        max-width: 425px;
    }
}

@media screen and (max-width:1080px) {
    .btn {
        height: 30px;
        /* font-size: 11px; */
        padding-top: 5px;
    }

    .icon-right-open:before {
        font-size: 13px;
        padding-top: 0px;
    }

    .latest-arrow {
        max-width: 80px;
    }
}

@media screen and (max-width:768px) {
    .col-3-media-article-box:first-child {
        background: var(--ruby-red) url(../images/pattern-article-red-mobile.webp) right 11px top 10px no-repeat;
        background-size: auto 80%;
    }
}

@media screen and (max-width:440px) {
    .excerpt-txt-box p {
        line-height: 1.3em;
        max-width: 250px;
    }
}

@media screen and (max-width: 440px) {
    .excerpt-txt-box {
        padding: 64px 30px 64px 48px;
    }
}

.contact-us-form .thank-you {
    display: none;
    min-height: 480px;
}

.select-box .options-container.active {
    overflow-y: scroll;
}

.select-box .option {
    background: #e8edf1;
    padding: 10px;
    transition: all .2s linear;
}

.select-box .option:hover {
    background: #d9e2e7;
}

.sign-up-thanks {
    display: none;
}

.footer-col-4 {
    flex: 1;
}

.form-container {
    display: none;
}

.form-container.form-container-open {
    display: block;
}

.service-options-form {
    display: flex;
}

.form-container .thank-you {
    padding: 90px;
    display: none;
}

.form-container .thank-you h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
}

.form-container .thank-you p {
    line-height: 1.4em;
    max-width: 750px;
}

@media screen and (max-width:960px) {
    .form-container {
        display: initial;
    }
}

@media screen and (max-width:768px) {
    .form-container .thank-you h3 {
        font-size: 24px;
    }

    .form-container .thank-you {
        padding: 20px;
    }

    .form-container .thank-you p {
        font-size: 20px;
    }
}