.tab-content-block {
  display: none;
}
.tab-content-block.active {
  display: block;
}
@media (max-width: 768px) {
    .brands-list {
        width: 100% !important;
        margin-top: 20px !important;
        display: flex !important;
    justify-content: center !important;
    }

    .brands-list a {
        padding-left: 10px;
    }

    .brands-list a:first-child {
        width: 33%;
    }

    .brands-list a:last-child {
        width: 150px !important;
    }

    .brands-list img {
        text-align: right;
    }
}
