/* Brands */
section.brands {
  margin: 80px auto !important;
}

.brands > img {
  align-content: center;
}

.brands__logo-col {
  flex: 1 0 12%;
}

.brands__logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto !important;
  width: 100%;
  max-width: 957px;
  position: relative;
  text-align: center;
}

.brands__logos-row .col-md-2 {
  display: flex;
  justify-content: center;
}

.brands__logos-row img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 992px) {
  .brands__logos-row {
    max-width: 100%;
    gap: 10px;
  }

  .brands__logo-col {
    flex: 0 0 25% !important;
  }
}

@media (max-width: 768px) {
  section.brands {
    margin: 30px auto !important;
  }
  .brands__logos-row {
    margin: 0 auto !important;
  }
}

@media (min-width: 360px) and (max-width: 576px) {
  .brands__title {
    font-size: 20px;
  }
}
