.section-padding {
    padding: 20px;
}

.brand-carousel {
    background: ;
    margin-top: 1%;
}

.owl-dots {
    text-align: center;
    margin-top: 3%;
}


.owl-dot {
    display: inline-block;
    height: 12px !important;
    width: 12px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #fff !important;
}