.section-text-featured-image__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-top: 55px;
}

.section-text-featured-image__wrapper > * {
    flex: 1 1 auto;
}

.section-text-featured-image__content {
    width: 100%;
    max-width: 755px;
    overflow: hidden;
}

.section-text-featured-image__content p {
    font-weight: 500;
    line-height: 1.15 !important;
    padding: 0;
    color: rgba(77, 73, 72, 0.2 );
    font-size: 24px;
    margin: 0;
}

.section-text-featured-image__content .swiper-slide-next p,
.section-text-featured-image__content .swiper-slide-prev p {
    color: rgba(77, 73, 72, 0.65 );
    font-size: 32px;
}

.section-text-featured-image__content .swiper-slide-active p {
    color: #AD3275;
    font-size: 42px;
    line-height: 0.85 !important;
}

.section-text-featured-image_featured {
    overflow: hidden;
    width: 100%;
    max-width: 530px;
}

.section-text-featured-image__content .swiper-wrapper {
    height: 445px !important;
    align-items: center;
    position: relative;
    top: -35px;
}

.section-text-featured-image__content .swiper-slide {
    align-items: center;
    padding: 10px 0;
}

.section-text-featured-image_featured .swiper-slide {
    align-items: center;
    justify-content: center;
    display: flex;
}

.section-text-featured-image_featured .swiper-slide img {
    width: 100%;
    max-height: 320px;
}

@media (max-width: 992px) {
    .section-text-featured-image__wrapper {
        flex-direction: column;
        gap: 30px;
        margin-top: 55px;
    }

    .section-text-featured-image__content {
        order: 2;
        max-width: 100%;
    }

    .section-text-featured-image__content .swiper-wrapper {
        height: auto !important;
        top: 0;
    }

    .section-text-featured-image__content .swiper-slide {
        text-align: center;
    }

    .section-text-featured-image_featured .swiper-slide img {
        width: auto;
        max-height: 200px;
    }

    .section-text-featured-image__content .swiper-slide-active p,
    .section-text-featured-image__content .swiper-slide-next p,
    .section-text-featured-image__content .swiper-slide-prev p {
        font-size: 30px;
        line-height: 1.25!important;
    }
}