.header-wrapper {
  background-image: url("../../../../public/img/main_bg-min.png");
  background-size: cover;
}

.brands-list-wrapper {
  max-width: 1054px;
  margin: 0 auto;
}

.brands-list-title {
  font-size: clamp(
    16px,
    calc(16px + (24 - 16) * ((100vw - 350px) / (1800 - 350))),
    24px
  );
}

.brand-item {
  /* display: flex;
  column-gap: 2rem; */
  border-bottom: 1px solid #0000001f;
  padding-block: 36px;
  padding-inline: 1rem;
}

.brands-list {
  margin-top: 34px;
}

.brand-logo-wrapper {
  width: 156px;
  height: 156px;
  aspect-ratio: 1/1;
  border: 1px solid #0000001f;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-content-title {
  font-size: 20px;
  color: #217af9;
  font-weight: 700;
}

.brand-content-desc {
  margin-top: 1rem;
  font-size: 14px;
}

.brand-logo {
  max-width: 80%;
  max-height: 80%;
}

.w-246px {
  width: 246px;
}

@media (max-width: 992px) {
  .brand-logo-wrapper {
    width: 136px;
    height: 136px;
  }
}

@media (max-width: 571px) {
  .w-246px {
    max-width: 246px;
  }

  .brand-logo-wrapper {
    width: 100px;
    height: 100px;
  }
}
