.Partners {
  margin: 3rem auto;
}

.Partners-frame {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 3rem;
}

@media (min-width: 48.01rem) {
  .Partners-frame {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.Partners-frame:before {
  content: "";
  position: absolute;
  width: calc(100% - (var(--sizeContentOffset) * 2));
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Partners-title {
  font-size: 1.25rem;
  color: var(--colorWhite);
  margin: 0;
  width: 100%;
}

@media (min-width: 48.01rem) {
  .Partners-title {
    width: auto;
  }
}

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