<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonials { width: 100%; margin-top: var(--py-section); margin-bottom: var(--py-section); text-align: center; }
.testimonials-slider { margin: 0 auto; max-width: 610px; padding: 0 30px; font-size: 18px; font-style: italic; font-weight: 500; line-height: 1.4; }
.testimonials-slider:before,
.testimonials-slider:after { width: 30px; height: 25px; content: ''; position: absolute; top: 0; left: -5px; background: url('../../assets/images/quote.svg') center center no-repeat; }
.testimonials-slider:before { left: auto; right: -5px; transform: scaleX(-1); }
.testimonials-intro { width: 100%; display: flex; justify-content: center; padding-top: 30px; }

@media screen and (min-width: 768px) {
	.testimonials-slider { max-width: 770px; padding-left: 100px; padding-right: 100px; font-size: 22px; }
}

@media screen and (min-width: 1025px) {
	.testimonials-slider { padding-top: 40px; font-size: 24px; }
	.testimonials-intro { padding-top: 40px; }
	.testimonials-slider:before,
	.testimonials-slider:after { top: 43px; }
}
</pre></body></html>