.testimonials {
    margin: 40px 0 60px;
}

.testimonial-inner {
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
    /*align-items: stretch;*/ 
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    height: auto;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin-bottom: 25px;
    padding: 25px 15px 32px 15px;
    background-image: url('../../assets/images/testimonial.webp');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #3D3D3D;
}

.testimonial-card_title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-card_author-date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-card_icon {
    width: 65px;
    height: 65px;
    background: #FF8F6D;
    border-radius: 50%;
}

.testimonial-card_author {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 147%;
    font-weight: 600;
}

.testimonial-card_date {
    font-size: 14px;
    line-height: 147%;
    color: #A5A5A5;
    font-family: 'Noto Sans Regular', sans-serif;
}

.testimonial-card_quote {
    font-size: 14px;
    line-height: 147%;
    letter-spacing: 0;
    font-family: 'Noto Sans Regular', sans-serif;
}

.testimonial-swiper .swiper-pagination-bullet {
    background: #fff;
}


.testimonial-swiper {
	.swiper-wrapper {
		margin-bottom:50px;
	}
}

.testimonial-swiper .swiper-pagination-bullet-active {
    background: #CC5732;
}

@media screen and (max-width: 991px) {0px 0
    .testimonial-item {
        padding-bottom: 55px;
    }

	.testimonial-swiper {
		.swiper-wrapper {
			margin-bottom: 30px;
		}
	}
}