.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }
  .brands-list__item {
    width: calc(100% / 5 - 10px);
    height: 124px;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    @media (max-width: 1249px) {
      .brands-list__item {
        width: calc(100% / 4 - 9px); } }
    @media (max-width: 1099px) {
      .brands-list__item {
        width: calc(100% / 3 - 8px);
        height: 98px; } }
    @media (max-width: 767px) {
      .brands-list__item {
        width: calc(100% / 2 - 6px);
        height: 76px; } }
