.testimonial{
text-align: center;
padding: 100px 40px 5px;
margin-top: 100px;
border-top: 3px solid #4b489b;
position: relative;
}
.testimonial .pic{
width: 150px;
height: 164px;
border: 5px solid #4b489b;
position: absolute;
top: -80px;
left: 0;
right: 0;
margin: 0 auto;
}
.testimonial .pic img{
width: 100%;
height: auto;
}
.testimonial .description{
line-height: 20px;
margin-bottom: 20px;
font-size: 14px
}
.testimonial .testimonial-title{
text-align: right;
margin: 0;
font-size: 20px;
}
.testimonial .testimonial-designation{
margin-top: 7px;
font-size: 16px;
}
.testimonial-link{
    font-size: 16px;
}
.owl-theme .owl-controls .owl-page span{
width: 20px;
height: 3px;
background: #4b489b;
}
@media only screen and (max-width: 479px){
.testimonial{ padding: 80px 15px 5px; }
.testimonial::before{ top: 10px; }
.testimonial .pic{
width: 120px;
height: 120px;
top: -60px;
}
}