.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);
}

.picture-wrapper {
  width: 70%;
  margin: 0 auto;
}

.wrapper-sp-3 {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
}

.sp-3-img-wrapper {
  display: flex;
  gap: 5px;
}

.arrow {
  width: 66px;
  height: 65px;
}

.dark-green {
  font-weight: 600;
  color: rgb(2, 186, 2);
}

.sp-3-height {
  max-height: fit-content;
}

@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: 786px) {
  .wrapper-sp-3 {
    grid-template-columns: 1fr;
  }
  .arrow {
    display: none;
  }
  .picture-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 8px;
  }
  h1 {
    font-size: 2.5rem;
  }
}

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