.testimonial-section{padding-left: 150px;padding-right:150px;}
.testimonial-section .title-section{text-align: center;margin-top: 40px;}
.testimonial-section .title-section .title{color:#4B3527;position: relative;text-transform: uppercase;font-weight:800;}
.testimonial-section .title-section::after{content: '';width: 350px;height: 1px;background: #707070;position: absolute;left: 0;right: 0;float:none;margin: 0 auto;}
.testimonial-section .title-section::before{content: '';width: 100px;height: 3px;background: #707070;position: relative;display:block;left:0;right:0;float:none;margin:0 auto;top:62px;transform: scaleX(1);transition: all 0.3s ease-in-out;}
.testimonial-section .title-section:hover::before{transform: scaleX(1);width:350px;}
.testimonial-section .test-card{margin:15px 0px;}
.testimonial-section .test-card .testimonial{background-color: #fff;padding:30px 40px;min-height:325px;position:relative;}
.testimonial-section .test-card .testimonial .ratings{position: absolute;width:20%;bottom:15px;}
.testimonial-section .test-card i{color: #d3d3d3;font-size: 24px;}
.testimonial-section .test-card .testimonial .message{font-size:15px;font-family: 'Raleway';line-height:21px;color: #707070;}
.testimonial-section .test-card .test-desc{display: flex;}
.testimonial-section .test-card .name{font-weight: 600;font-family: 'Raleway';color: #707070;font-size: 18px;margin-bottom: 5px;}
.testimonial-section .test-card .address{margin-top: 5px;}
.testimonial-section .test-card .test-img{width: 100px;height: 100px;border-radius: 50%;margin:5px 15px;}
.testimonial-section .test-card .name::after{content: '';
width: 300px;
height: 1px;
background: #707070;
position:relative;
left: 0;
bottom: -3px;display: block;}
.testimonial-section .test-card .name::before{content: '';
width: 70px;
height: 3px;
background: #707070;
position: relative;
bottom: -30px;
left:0;
display: block;
transform: scaleX(1);
transition: all 1s ease-in-out;}
.testimonial-section .test-card:hover .name::before{transform: scaleX(1);width:300px;}

@media only screen and (max-width: 768px){
	.testimonial-section{padding-left: 0px;padding-right: 0px;}
	.testimonial-section .test-card .name::after{width:170px;}
	.testimonial-section .test-card .address{padding:0px;}
	.testimonial-section .test-card .address{font-size:16px;}
	.testimonial-section .test-card .name{font-size:14px;}
	.testimonial-section .title-section{margin-top:0px;}
	.testimonial-section .title-section::after{width:320px;}
.testimonial-section .test-card:hover .name::before{transform: scaleX(1);width:170px;}
}