.depoiments__custom .depoiments__content {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .depoiments__custom .depoiments__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.depoiments__custom .depoiments__title {
    margin: 0;
    font-family: 'Bebas Neue';
    font-size: clamp(32px, 4vw, 48px);
    text-align: center;
    font-weight: 400;
    max-width: 90vw;
    margin-inline: auto;
    color: var(--color-brand-heading, #231710);
    margin-bottom: clamp(32px, 5vw, 64px);
}

@media screen and (min-width: 768px) {
    .depoiments__custom .depoiments__title {
        max-width: 100%;
    }
}

.depoiments__custom .swiper {
    width: 100%;
    padding-bottom: 24px;
}

.depoiments__custom .swiper-wrapper {
    display: flex;
}

.depoiments__custom .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
}

.depoiment__card {
    background: #BA9045;
    padding: clamp(20px, 3vw, 32px);
    border-radius: clamp(16.8px, 2vw, 24px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.depoiment__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: clamp(12px, 2vw, 20px);
}

.depoiment__quote {
    flex-shrink: 0;
    width: clamp(24px, 4vw, 32px);
    height: auto;
}

.depoiment__stars {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

.depoiment__stars svg {
    width: clamp(14px, 1.5vw, 16px);
    height: clamp(14px, 1.5vw, 16px);
}

.depoiment__text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(13px, 1.5vw, 16px);
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
    flex: 1;
    margin-bottom: clamp(16px, 2vw, 24px);
}

.depoiment__person {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.5vw, 14px);
    margin-top: auto;
    padding-top: clamp(12px, 1.5vw, 16px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.depoiment__person img {
    width: clamp(36px, 4vw, 48px);
    height: clamp(36px, 4vw, 48px);
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.depoiment__avatar {
    width: clamp(36px, 4vw, 48px);
    height: clamp(36px, 4vw, 48px);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

.depoiment_person__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.depoiment_person__name {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(12px, 1.5vw, 15px);
    font-weight: 600;
    color: #fff;
}

.depoiment_person__position {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(11px, 1.2vw, 13px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
}

.depoiment__hero {
    display: flex;
    border-radius: clamp(16.8px, 2vw, 24px);
    overflow: hidden;
    height: 100%;
}

.depoiment__hero img {
    width: 100%;
    object-fit: cover;
}
