.as-seen-on-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.as-seen-on-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.as-seen-on-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 500;
  color: #0f0f0f;
  text-align: center;
  margin: 0;
}

.as-seen-on-title em {
  font-weight: 600;
  color: #0f0f0f;
}

.as-seen-on-logos {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 40px;
  width: 100%;
}

.as-seen-on-logo-forbes {
  width: 70px;
  height: 35px;
}

.as-seen-on-logo-fast-company-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-seen-on-logo-fast-company {
  width: auto;
  height: 22px;
}

@media screen and (min-width: 701px) {
  .as-seen-on-logo-fast-company {
    height: 35px;
  }
}

.as-seen-on-logo-martha-stewart-weddings-wrapper {
  width: 124px;
  height: 33px;
}

.as-seen-on-logo-martha-stewart-weddings {
  width: 100%;
  height: auto;
}

.as-seen-on-logo-business-journal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-seen-on-logo-business-journal {
  width: auto;
  height: 30px;
}

.as-seen-on-logo-vogue {
  width: auto;
  height: 18px;
}

.as-seen-on-logo-vogue path {
  fill: var(--color-logo-muted);
}

@media screen and (min-width: 480px) {
  .as-seen-on-logo-vogue {
    height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .as-seen-on-logo-vogue {
    height: 28px;
  }
}

.as-seen-on-subtitle {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--aux-accent);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin: 0;
}
.as-seen-on-subtext {
  font-family: 'Outfit', sans-serif;
  color: var(--text-description, #646464);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}


@media screen and (min-width: 480px) {
  .as-seen-on-title {
    font-size: 28px;
  }

  .as-seen-on-logo-forbes {
    width: 90px;
    height: 45px;
  }


  .as-seen-on-logo-martha-stewart-weddings-wrapper {
    min-width: 32px;
    height: 24px;
  }

  .as-seen-on-logo-business-journal {
    height: 28px;
  }

  .as-seen-on-subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 925px) {
  .as-seen-on-logos {
    grid-template-columns: repeat(4, auto);
  }
}

@media screen and (max-width: 650px) {
  .as-seen-on-logos {
    grid-template-columns: repeat(2, auto);
  }
}

@media screen and (min-width: 768px) {
  .as-seen-on-title {
    font-size: 40px;
  }

  .as-seen-on-logo-forbes {
    width: 127px;
    height: 64px;
  }


  .as-seen-on-logo-martha-stewart-weddings-wrapper {
    width: 161px;
    height: 42px;
  }

  .as-seen-on-logo-business-journal {
    height: 40px;
  }

  .as-seen-on-subtitle {
    font-size: 16px;
  }
}
