<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonials{
	margin-top: 80px;
	width: 100vw;
	color: #12365E;	
	padding-bottom: 50px;
	
	
}

.testimonials .title{
	background: url('../image/testimonial.jpg'), rgba(0,0,0,0.6);
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 300px;	
	display: flex;
	align-items: center;
	padding-left: 100px;
}

.testimonials .title h1{
	color: white;
	font-size: 35px;
}

.testimonials .subtitle{
	text-align: center;
	margin: 50px 0 25px 0; 
	font-size: 25px;
}

.testimonials .description{
	text-align: center;
	margin: 0 0 50px 0; 
	font-size: 18px;
}

.testimonials .testimonials-group{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}

.testimonials .testimonial{
	min-height: 300px;
	width: 25vw;
	margin: 20px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 30px;
}

.testimonials .testimonial .pic-name{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px #e0e0e0 solid;
}

.testimonials .testimonial .pic-name img{
	width: 100px;
	height: 100px;
	border-radius: 50px;
}

.testimonials .testimonial .pic-name p{
	font-size: 16px;
	margin: 0 0 0 10px;
}

.testimonials .testimonial .pic-name p span{
	font-size: 14px;
	font-style: italic;
}

.testimonials .testimonial .quote{
	padding-top: 20px;
	
}

.testimonials .testimonial .quote p{
	font-size: 16px;
	text-align: justify;
}

@media (max-width:768px)
{
	.testimonials{
		margin-top: 0;
		padding-bottom: 100px;
	}

	.testimonials .title{
		padding-left: 20px;
		height: 200px;	
	}

	.testimonials .title h1{
		font-size: 30px;
		text-align: center;
	}	
	
	.testimonials .subtitle{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.testimonials .description{
		padding: 0 5px 0 5px;
	}
	
	.testimonials .testimonials-group{
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}
	
	.testimonials .testimonial{
		width: 89vw;
	}
	

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