.section-content-image__wrapper {
    gap: 30px;
}

.section-content-image .section-heading {
    margin-right: -180px;
}

.section-content-image__content p {
    font-size: 26px;
    margin: 0;
}

.section-content-image__featured {
    margin-right: -125px;
}

.section-content-image__featured img {
    width: 100%;
}

@media (max-width: 1367px) {
    .section-content-image .section-heading,
    .section-content-image__featured {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .section-content-image__content p {
        font-size: 22px;
    }
}