#home-double-cta-banner {
    position: relative;
    width: 100%;
    height: 680px;
    min-height: 680px;
    overflow: hidden;
}

#home-double-cta-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
    pointer-events: none;
}

.home-double-cta-banner__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: right center;
}

.home-double-cta-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.55) 0%, rgba(8, 8, 8, 0.38) 46%, rgba(8, 8, 8, 0.16) 100%);
}

.home-double-cta-banner__content-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 13.8%;
    padding-right: 2.5%;
}

.home-double-cta-banner__content {
    width: 100%;
    max-width: 830px;
}

.home-double-cta-banner__content .section__title,
.home-double-cta-banner__content .section__text {
    color: #ffffff !important;
}

.home-double-cta-banner__content .section__text {
    max-width: 680px;
}

.home-double-cta-banner__buttons-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.home-double-cta-banner__buttons-row .section__button-container {
    justify-content: flex-start;
    margin-top: 36px;
    margin-left: 0;
    padding: 0;
}

.home-double-cta-banner__buttons-row .section__button {
    white-space: nowrap;
}

.home-double-cta-banner__small-text {
    margin-top: 22px;
    margin-bottom: 0;
    font-family: var(--text-font-ponsot) !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

@media (max-width: 1200px) {
    .home-double-cta-banner__content-wrapper {
        padding-left: 10%;
        padding-right: 5%;
    }
}

@media (max-width: 764px) {
    #home-double-cta-banner {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0;
        background-color: #000000;
    }

    .home-double-cta-banner__overlay {
        display: none;
    }

    .home-double-cta-banner__content-wrapper {
        order: 1;
        height: auto;
        padding: 60px 6% 0;
        background-color: #000000;
    }

    .home-double-cta-banner__content {
        max-width: 100%;
    }

    .home-double-cta-banner__background {
        order: 2;
        position: relative;
        inset: auto;
        display: block;
        height: 400px !important;
        object-position: 95% center;
    }

    .home-double-cta-banner__buttons-row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-double-cta-banner__buttons-row .section__button-container {
        margin-top: 24px;
    }

    .home-double-cta-banner__buttons-row .section__button-container:nth-child(2) {
        margin-top: 0;
    }
}
