#footer .custom-footer .brands-wrapper {
  width: 100% !important;
  order: 1;
  padding: 38px 0;
}

.in-index .custom-footer__newsletter {
  order: 0 !important;
}
.in-index .custom-footer__articles {
  order: 2 !important;
}
.in-index .custom-footer__banner1771 {
  order: 3 !important;
}
.in-index .custom-footer__banner9951 {
  order: 4 !important;
}
.brands-title {
  width: max-content;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center !important;
  font-size: 32px;
}

.brands-title::after {
  left: 10px !important;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  list-style: none;
  padding: 0;
}
.brands-item {
  width: calc((100% - 80px) / 5);
  border-radius: 20px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.08);
}

.brands-item a {
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands-wrapper .brands-item img {
  min-width: 80px !important;
}

.brands-item img {
  width: 50%;
}
@media (max-width: 992px) {
  .brands-item a {
    padding: 15px;
  }
}

@media (max-width: 764px) {
  .brands-title {
    font-size: 24px;
  }
  .brands-list {
    gap: 10px;
  }
  .brands-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 10px) / 2);
    border-radius: 10px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  }
}
@media (max-width: 550px) {
  .brands-wrapper {
    padding: 15px 0;
  }
}
