.testimonials {
	gap: 4rem;
	margin-bottom: 4.5rem;
	flex-wrap: wrap;
}
.item-testimonial {
	width: calc(33.33% - 2.6666rem);
	padding: 2rem;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px #0000004D;
	border-radius: 6px;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.testimonials { gap: 2rem !important; }
	.item-testimonial { width: calc(33.33% - 1.3333rem); }
}
@media only screen and (max-width: 600px) {
	.item-testimonial { width: 100%; }
}