.owl-buttons{
    display: flex;
    justify-content: space-between;
}
.testimonial{
    border: 1px solid #cd264f;
    position: relative;
    padding-top: 18%;
    padding-bottom: 5%;
    border-radius: 5px !important;
    padding-left: 5%;
    padding-right: 5%;
    height: 420px;
    margin-right: 5%;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #cd264f;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    /*top: -50px;*/
    top: -45px;
    left: 0;
    right: 0;
}
.des{
    font-size: 1rem;
    color: #5e595b;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    /*font-family: "Font Awesome 5 Free"; font-weight: 900;*/
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #cd264f;
    font-size: 20px;
    font-weight: 700;
    color: #c7373c;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.testimonial .post{
    font-size: 15px;
    color: #671a36;
}
.owl-theme .owl-controls{
    width: 98%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div {
  /*  color: #ddd !important;*/
   background: none !important;
}
.fa-chevron-left,.fa-chevron-right{
    font-size: 18px !important;
}
.owl-prev{
    position: relative;
    top: 160px;
    right: 1% !important;

}
.owl-next{
    position: relative;
    top: 160px;
    left: 1%;
    
}
@media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}
.header .lead {
  max-width: 620px;
}


