div.programs-configurations__acc-box {
    margin-bottom: 0;
}

.section-about {
    .section-title.mb-custom {
        margin-bottom: 12px;
    }

    .section-text {
        max-width: 724px;
        margin-left: auto;
        margin-right: auto;
    }

    .badged-list.list--3 {
        margin-bottom: 55px;
    }

    .image_thumb {
        padding: 20px;
        border: 1px solid rgba(249, 148, 23, 0.4);
        border-radius: 30px;
        background-color: #fefefe;
    }
}

div.card--featured p:first-of-type {
    font-weight: 500;
}

div.card--featured::before {
    background-image: image-set(
        url('../images/client-bank-boy.png') 1x,
        url('../images/client-bank-boy@2x.png') 2x
    );
    background-repeat: no-repeat;
    background-size: 251px 356px;
    background-position: right 80px bottom -14px;
}

/* --- SLIDER --- */
.client-feedback__slider {
    .swiper-slide {
        height: auto
    }

    .text-swiper-slide {
        position: relative;
        padding: 0 95px;
    }

    .p-swiper-slide:first-child {
        margin-bottom: 55px;
        height: 150px;
        overflow: hidden auto;
    }

    .p-swiper-slide.client-name {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.27;
    }

    .p-swiper-slide.client-role {
        font-size: 16px;
        line-height: 1.12;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 24px;
        color: var(--text-color-primary);
    }
}

/* ___MEDIA 1199 MAX___ */
@media screen and (max-width: 1199px) {
    .client-feedback__slider .text-swiper-slide {
        padding: 0 40px;
    }
}

/* ___MEDIA 768 MIN___ */
@media screen and (min-width: 768px) {
    .client-feedback__slider {
        .text-swiper-slide::after {
            content: '';
            position: absolute;
            top: 50%;
            right: -2px;
            transform: translateY(-50%);

            width: 1px;
            height: 100%;
            background-color: rgba(var(--brand-border-color-rgb), 0.35);
        }

        .p-swiper-slide:first-child {
            padding-right: 18px;
        }
    }
}

/* ___MEDIA 767 MAX___ */
@media screen and (max-width: 767px) {
    .section-about .image_thumb {
        padding: 8px;
        border-radius: 12px;
    }

    .client-feedback__slider  {
        .text-swiper-slide {
            max-width: 382px;
            align-self: center;
        }

        .p-swiper-slide:first-child {
            margin-bottom: 24px;
            height: 170px;
        }

        .p-swiper-slide.client-name {
            font-size: 18px;
            line-height: 1.33;
        }
    }

    div.card--featured::before {
        background-size: 234px 331px;
        background-position: right calc(50% - 138px) bottom;
    }
}