.review-head {
    color: #A5C94B;
    font-size: 18px;
    margin-bottom: 30px;
}
.review-head span {
    padding: 0 20px;
    border-right: 2px solid #a5c94b;
}
.review-head span:last-child {
    border-right: none;
}
.owl-dots {text-align: center}
.owl-dot {
    border: 0;
    height: 13px;
    margin: 0 7px;
    width: 13px;
    border-radius: 50%;
    background-color: rgba(0, 166, 250, 0.49);
}
.owl-dot.active {background-color: #00a6fa}