.otgs-development-site-front-end {
    display: none !important;
}

.brand-list {
    display: grid;
    grid-template-columns: repeat(6, calc(100% / 6 - 15px));
    justify-content: space-between;
    row-gap: 20px;
}

.brand-list .brand-item {
    font-size: 0;
    line-height: 0;
    border: 1px solid #DDD;
    padding: 15px;
}

.brand-list .brand-item img {
    /* width: 140px;
    margin: 0 auto; */
}

@media screen and (max-width: 991px) {
    .wpml-ls-item .menu-expand {
        display: none !important;
    }

    .wpml-ls-item .sub-menu {
        display: block !important;
    }
}

@media screen and (max-width: 1364px) {
    .brand-list {
        grid-template-columns: repeat(4, calc(100% / 4 - 15px));
    }
}

@media screen and (max-width: 575px) {
    .brand-list {
        grid-template-columns: repeat(2, calc(100% / 2 - 10px));
    }
}