.companies-sponsores .swiper-wrapper {
  align-items: center;
}

.companies-sponsores .brand-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: auto !important;
  min-width: 180px;
  padding: 12px 16px;
  border: 1px solid rgba(25, 30, 59, 0.08);
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}

.companies-sponsores .brand-item-image {
  width: auto;
  height: auto !important;
  max-width: none;
  max-height: 46px;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .companies-sponsores .brand-item {
    height: 74px;
    min-width: 160px;
    padding: 10px 12px;
  }

  .companies-sponsores .brand-item-image {
    max-height: 40px;
  }
}
