.customer-feedback .section_title {
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
}
.customer-testimonail-box {
    box-shadow: 0px 0px 30px 0px rgba(155, 155, 175, 0.25);
    padding: 30px;
    margin: 30px 20px;
    position: relative;
}
.customer-testimonail-box .quote-icon {
    width: 50px;
    height: 51px;
    background: #00b187;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0px 20px 30px 0px rgba(247, 36, 2, 0.15);
    position: absolute;
    top: -25px;
}
.customer-testimonail-box .quote-icon img {
    width: 33px !important;
    height: 27px;
    margin: 10px auto 0;
    display: block;
}
.customer-testimonail-box h3 {
    color: #2a2d43;
    font-weight: 800;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.customer-testimonail-box p {
    font-size: 16px;
    color: #2a2d43;
    margin-bottom: 20px;
}
.customer-testimonail-box span {
    color: #2a2d43;
    font-weight: 700;
    font-size: 18px;
}
.customer-testimonail .owl-dots {
    text-align: center;
}
.customer-testimonail .owl-dots button {
    width: 15px;
    height: 15px;
    background: #c0c5d0 !important;
    display: inline-block;
    margin: 4px;
    border-radius: 100%;
}
.customer-testimonail .owl-dots button.active, 
.customer-testimonail .owl-dots button:hover,
.customer-testimonail .owl-dots button:focus {
    background: #00b187 !important;
    box-shadow: none;
    border: none;
    outline: none;
}
.customer-testimonail {
    margin-top: 20px;
}
@media(max-width:992px){
    .customer-feedback .section_title {
        max-width: 100%;
        margin: 110px auto 0;
    }
    .customer-testimonail-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .customer-testimonail-box p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .customer-testimonail-box span {
        font-size: 16px;
    }
}