/* testimonial */
.testimonial { padding: 90px 0; }
.testimonial  .title-block { display: flex; align-items: flex-end; justify-content: space-between; }
.testimonial  .title-block-titles { max-width: 640px; }
.testimonial .testimonial-slider-block { margin-top: 44px; }
.testimonial .testimonial-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.testimonial .testimonial-author { display: flex; align-items: center; gap: 15px; }
.testimonial .testimonial-author-img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; min-width: 50px; min-height: 50px; }
.testimonial .testimonial-header-google-icon { width: 24px; }
.testimonial .testimonial-slide { background-color: var(--color-white); border-radius: 12px; box-shadow: 0px 0px 15px 0px #0000001A; padding: 40px; }
.testimonial-slide-ratings { display: flex; gap: 5px; }
.testimonial .testimonial-author-rating { height: 14px; width: 14px; }
.testimonial .testimonial-author-name { margin-bottom: 10px; display: block; }
.testimonial .testimonial-slider-block .slick-slide { margin: 10px 17px; }

@media (max-width:992px) {
	.testimonial .title-block { flex-direction: column; align-items: flex-start; gap: 20px; }
	.testimonial .title-block-titles { max-width: 100%; }
	.testimonial .testimonial-slider-block { margin-top: 25px; }
	.testimonial { padding: 50px 0; }
	.testimonial .testimonial-slide { padding: 20px; }
	.testimonial .testimonial-slider-block .slick-slide { margin: 10px; }
}

@media (max-width:575px) {
	.testimonial .testimonial-author { gap: 10px; }
}
/* testimonial */