/* Testimonials page start */

#testimonials-body #full-test {
	font-style: italic;
}


#testimonials-body .testimonial {
	margin: 40px 0;
}

#testimonials-body .name-and-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Testimonials page end */


/* Testimonials card start */

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
/* Testimonials card end */