.cta {
    position: relative;
    padding: 100px 0;
    background: url('/wp-content/uploads/2026/03/cta-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.cta .b2-link {
    margin-top: 30px;
}
.cta h2,
.cta p {
    color: #fff;
}
.cta h2 {
    margin-bottom: 30px;
}
.cta p {
    text-align: center;
    font-family:  "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}
@media only screen and (max-width: 1280px) {
    .cta {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .cta br {
        display: none;
    }
    .cta p {
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.5px;
    }
}