<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#testimonials {
	margin-top:25px;
	clear:left;
	display: none !important;
}

.quote_start, .quote_end {
	font-size:40px;
}

.quote_start, .quote_end, .quote_bold {
	font-family:'ProximaNovaBold';
}

.testimonial {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width:49%;
	padding-bottom:31%;
	position:relative;
}

.testimonial p {
    font-family: 'ProximaNovaLight';
    font-size: 34px;
    line-height: 40px;
    color: #777675;
    position: absolute;
    top: 25%;
    right: 2%;
}

#testimonial_1 {
	background-image:url('../images/testimonial_1_bg.png');
	float:left;
}

#testimonial_2 {
	background-image:url('../images/testimonial_2_bg.png');
	margin-left:51%;
}

.customer_name {
	font-size:0.85em;
}




@media screen and (max-width:1250px) {
	.testimonial p {
		font-size:30px;
		line-height:35px;
	}

}


@media screen and (max-width: 1000px) {
	.quote_start, .quote_end {
    	font-size: 30px;
    }

    .testimonial p {
    	font-size: 22px;
    	line-height: 26px;
    }
}

@media screen and (max-width: 780px) {
	#testimonial_1 {
		background-position-y:30%;
		float:none;
		width:100%;
	}

	#testimonial_2 {
		width:100%;
		margin-left:0%;
		margin-top:15px;
	}

	.testimonial p {
	    font-size: 30px;
	    line-height: 32px;
	    top:20%;
	    right:5%;
	}

	.quote_start, .quote_end {
    	font-size: 34px;
	}

}


@media screen and (max-width: 570px) {

	.quote_start, .quote_end {
    	font-size: 24px;
    }

    .testimonial p {
    	font-size: 22px;
    	line-height: 24px;
    }

}

@media screen and (max-width: 479px) {
}

@media screen and (max-width: 399px) {

	.quote_start, .quote_end {
    	font-size: 17px;
    }

    .testimonial p {
	    top: 16%;
	    font-size: 16px;
	    line-height: 18px;
	}

}</pre></body></html>