.middle_text_inner_testimonial{
	float: left;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 1.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.middle_text_inner_testimonial h3{
	display: block;
	margin: auto;
	width: 50%;
	padding-left: 0.5rem;
	padding-bottom: 1rem;
	padding-right: 0.5rem;
	font-family: 'Allerta';
	font-size: 3.5rem;
	letter-spacing: 1.5px;
	text-align: center;
	text-shadow: 1px 1px 1px blue;
	border-bottom: 2px solid black;
	box-shadow: 0 1px rgba(36, 152, 194, 1);
}
.testimonial_text{
	float: left;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 1.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.testimonial_text p{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	margin-top: 1.5rem;
	color: black;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.5rem;
	text-align: center;
}
.testimonial_text a{
	float: left;
	width: 100%;
	margin-top: 1rem;
	text-align: center;
	color: blue;
	text-decoration: none;
}
.testimonial_text a:hover{
	text-decoration: underline;
}
.test_divide{
	background-color: rgba(36, 152, 194, 1);
	float: left;
	width: 70%;
	height: 2px;
	margin-left: 15%;
	margin-top: 2rem;
	margin-right: 15%;
	margin-bottom: 2rem;
}
@media screen and (max-width: 1080px){
	.middle_text_inner_testimonial{
		width: 90%;
	    margin-left: 5%;
	}
	.middle_text_inner_testimonial h3{
		width: 80%;
		font-size: 2rem;
	    letter-spacing: 0;
	}
	.testimonial_text{
		width: 90%;
	    margin-left: 5%;
	}
}
@media screen and (max-width: 900px){
	
}
@media screen and (max-width: 767px){
	
}