.partners__logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.partners__logo .--other .logo__item {
  width: clamp(60px, 10%, 150px);
}

.logo__item {
  width: clamp(200px, 18%, 400px);
  text-align: center;
}
.logo__item a {
  text-align: center;
  display: inline-block;
  background: var(--white);
}
.logo__item img {
  margin: 0 auto;
}

.wrapper__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.partner-offer__links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  margin: 3rem 0;
}

/*# sourceMappingURL=partners.css.map */
