.auth-block {
  display: flex;
  flex-direction: column;
  place-items: center;
  text-align: center;
  gap: 1rem;
}

.content__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.content__item {
  display: flex;
  align-items: start;
  gap: 1rem;
}
.content__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.content__body-text {
  font-weight: 400;
  font-size: 1.4rem;
  font-family: var(--font-family-inter);
}

@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 8px;
  }
  h1 {
    font-size: 2.5rem;
  }
}

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