.cta {
    padding: 60px 0;
    background-color: #e4e4e4;
    overflow: hidden;
    z-index: 1;
}
.cta::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 616px;
    height: 337px;
    background-image: url('/wp-content/uploads/2025/09/polygon-left-3.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.cta.wide::before {
    left: -17%;
}
.cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 573px;
    height: 316px;
    background-image: url('/wp-content/uploads/2025/09/polygon-right-3.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.cta.wide::after {
    right: -12%;
}
.cta .b2-inner-content {
    max-width: 600px;
}
.cta .b2-inner-content.wide {
    max-width: 1080px;
}
.cta h2 {
    color: #14678B;
}
.cta h2 + p {
    margin-bottom: 30px;
}
.cta.color {
    background-color: #14678B;
}
.cta.color h2,
.cta.color h2 + p {
    color: #fff;
}
.cta.color::before {
    background-image: url('/wp-content/uploads/2025/09/polygon-left-3-light.svg');
}
.cta.color::after {
    background-image: url('/wp-content/uploads/2025/09/polygon-right-3-light.svg');
}
.cta.color .b2-link.light2::after {
    background-color: #14678B;
}

.cta.color .b2-link.light2:hover:after {
    background-color: var(--primary-color);
}
@media only screen and (max-width: 1500px) {
    .cta::before,
    .cta::after {
        opacity: .3;
    }
}

@media only screen and (max-width: 1280px) {
    .cta .b2-inner-content {
        max-width: 500px;
    }
    .cta::before {
        left: -100px;
    }
    .cta::after {
        right: -100px;
    }
}

@media only screen and (max-width: 768px) {
    .cta::before {
        left: -150px;
        bottom: -38%;
    }
    .cta::after {
        right: -150px;
    }
}

 @media only screen and (max-width: 767px) {
    .cta::after {
        display: none;
    }
}