.customerstatements-wrapper {
    height:auto;
    min-height: 100px;
}
.customerstatements_slider {
    padding: 30px 0 30px 30px;
    display: block!important;
}
.customerstatements_slider .item {
    padding-left: 30px;
    position: relative;
}
.customerstatements_slider .item > div {
    font-style: italic;
}
.customerstatements_slider .item::before {
    content: '“';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    color: #0075c1;
    line-height: .4;
}

.customerstatements_slider .item p {
    font-size:25px;
}

.customerstatements_slider .owl-dots {padding: 10px 0; text-align: center;}
.customerstatements_slider .owl-dots .owl-dot {display: inline-block;}
.customerstatements_slider .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #606e85;
    border-radius: 50%;
    margin: 0 5px;
}

.customerstatements_slider .owl-dots .owl-dot.active span {
    background: #0075c1;
}

@media (max-width: 980px) {
    .customerstatements_slider .item {
        margin-bottom: 30px;
    }
    .customerstatements_slider .item p {
        font-size:20px;
    }
}