.section-content-image__wrapper:before  {
    content: "";
    width: 138px;
    height: 160px;
    background: url(../../images/waves/sos-wave-03.svg);
    position: absolute;
    right: -200px;
    top: -60px;
}

.section-content-image__wrapper {
    gap: 30px;
}

.section-content-image__featured:before {
    content: "";
    width: 223px;
    height: 68px;
    background: url(../../images/waves/sos-wave-01.svg);
    position: absolute;
    left: -80px;
    top: -10px;
}

.section-content-image__featured {
    margin-right: -60px;
}

.section-content-image__featured:after {
    content: "";
    width: 181px;
    height: 59px;
    background: url(../../images/waves/sos-wave-02.svg);
    position: absolute;
    left: 225px;
    bottom: 15px;
}

.section-documents__groups,
.section-documents__group {
    padding: 0;
    border: 0;
}

.section-documents__groups {
    max-width: 1080px;
    margin: 0 auto;
}

.bg-light .section-documents__groups {
    background: transparent;
}

.section-documents__group-files {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

@media (max-width: 1440px) {
    .section-content-image__featured {
        margin-right: 0;
    }

    .section-content-image__wrapper:before {
        right: -50px;
        top: -50px;
    }
}

@media (max-width: 768px) {
    .section-termination-insurance__extension {
        flex-direction: column;
        max-width: 100%;
        gap: 20px;
    }

    .section-documents__group-files {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .section-content-image__featured {
        order: 2;
    }

    .section-content-image__wrapper:before {
        display: none;
    }

    .section-content-image__featured:before {
        left: -115px;
        top: -35px;
    }

    .section-content-image__featured:after {
        left: 155px;
        bottom: -25px;
    }
}