.footer-cta {
    position: relative;
}
.footer-cta-banner {
    margin-top: 160px;
}
.footer-cta-content h2 {
    color: #fff !important;
}
.footer-cta-img {
    position: relative;
}
.footer-cta-img img {
    display: block;
    width: 100%;
    height: auto;
}
.footer-cta-content {
    position: relative;
    padding: 8px 0;
    background-color: var(--primary-color);
    cursor: pointer;
}
.footer-cta-content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-id-46 .footer-cta-content,
.page-id-46 .footer-cta-content .b2-link.is-text {
    cursor: default;
}

@media only screen and (max-width: 1700px) { /* check 1081 */
    .footer-cta h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media only screen and (max-width: 1280px) { /* check 1081 */
    .footer-cta-content-row {
        display: block;
        text-align: center;
    }
    .footer-cta-content {
        padding: 10px 0;
    }
    .footer-cta-banner {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1080px) { /* check 1025 */
    .footer-cta-content-row h2 {
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
}

@media only screen and (max-width: 767px) { /* check 1025 */
    .footer-cta-content {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 440px) { /* check 1025 */
    .footer-cta-content-row h2 {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    .footer-cta .b2-link.is-text {
        font-size: 1.2rem;
    }
}


