.Partners {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: var(--spaceXl) auto;
}

@media (min-width: 64.01rem) {
  .Partners {
    flex-direction: row;
  }
}

.Partners-title {
  margin-bottom: 2.5rem;
  font-size: var(--textLg);
  font-weight: 700;
  text-align: center;
}

@media (min-width: 64.01rem) {
  .Partners-title {
    margin-bottom: 0;
    text-align: start;
  }
}

.Partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--spaceMd);
}

@media (min-width: 64.01rem) {
  .Partners-wrapper {
    gap: var(--spaceXxl);
  }
}

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