/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 01 2024 | 05:48:30 */
.testimonials-hero .evlt-paragraph__main-title {
	font-family: var(--medium-font-family);
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 100% */
	letter-spacing: -1.2px;
}
.testimonials-hero .evlt-paragraph__text {
	font-family: var(--medium-font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
}
.testimonials-hero .recent-sale {
    color: var(--color-p2);
    font-family: var(--medium-font-family);
}
.testimonials-hero .evlt-paragraph {
    align-self: center;
}
.testimonial-row.testimonials-page-row {
	
}
.testimonials-page-row .testimonial-cards {
    margin-top: 0px;
}
.testimonials-page-row .testimonial-cards .post-cards__item:first-child {
    margin-left: unset;
}
.testimonials-page-row .post-cards__static-layout {
    display: flex;
    flex-direction: column;
	gap: 60px;
}
.testimonials-page-row .post-cards__item {
    background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	width: var(--col-8, 848px);
}
.testimonials-page-row .post-cards__item:nth-child(even) {
    align-self: center;
}
.testimonials-page-row .post-cards__item:nth-child(4n-1) {
    align-self: end;
}