#atf-brand-area.atf-section-padding {
    padding-bottom: 90px;
}

#atf-brand-area .owl-controls {
    display: none;
}

.atf-brand-active {
    overflow: hidden;
}

.atf-brand-track {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}

.atf-brand-track::-webkit-scrollbar {
    display: none;
}

.atf-brand-track img {
    display: inline-block;
    max-width: 150px;
    margin-right: 30px; 
}

.atf-brand-active>a {
    display: inline-block;
}

.owl-stage-outer img {
    max-width: 150px;
}

@media screen and (max-width: 576px) {
    .atf-brand-track img {
        max-width: 100px;
    }
}