.testimonials {
    padding-block: 50px;
}

.testimonials__card {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    height: 100%;
}

.testimonials__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 21px;
}

.testimonials__description {
    margin-bottom: 0 !important;
}

@media(max-width: 767px) {
    .testimonials__header {
        flex-direction: column;
        gap: 20px;
    }
}

.testimonials__slide {
    height: auto !important;
}

.testimonials__content {
    display: flex;
    font-family: inherit;
    align-items: flex-start;
    gap: 20px;
}

.testimonials__left-content {
    flex: none;
}

.testimonials__avatar {
    width: 75px;
    height: 75px;
    border-radius: 100px;
}

.testimonials__right-content {
    display: flex;
    flex-direction: column;
}

.testimonials__name {
    color: #787878;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.testimonials__time {
    color: #787878;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}


.testimonials__text {
    color: #787878;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    padding-block: 15px 35px;
}

.testimonials__rating {
    display: flex;
    align-items: center;
    gap: 1px;
}

.testimonials__star {
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.testimonials__star svg {
    fill: #FEC63D;
}

.testimonials__star--empty svg {
    fill: #D6D6D6;
}

.testimonials__slider-nav {
    display: flex;
    align-items: center;
    gap: 19px;
}

.testimonials__slider-nav--home {}

.testimonials__slider-button {
    font-size: 25px;
    color: #4b9560;
    background: 0 0;
    border: none;
}

.testimonials__slider-button i {
    font-style: normal !important;
}

.testimonials__slider-button.swiper-button-disabled {
    color: #d6d6d6 !important;
}

.testimonials__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
}

.testimonials__cta-title {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 4px !important;
}

.testimonials__cta-button {
    height: 47px;
    padding: 20px 16px;
    background: #4B9560;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}