.how-works {
  margin-top: -10rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  will-change: transform;
}
@media only screen and (max-width: 834px) {
  .how-works {
    margin-top: -9rem;
  }
}
.how-works__container {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #fff;
  border-radius: 6rem 6rem 0 0;
}
@media only screen and (max-width: 834px) {
  .how-works__container {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.how-works__head * {
  backface-visibility: hidden;
}
@media only screen and (max-width: 834px) {
  .how-works__title br {
    display: none;
  }
}
.how-works__list {
  margin: 0 auto;
  max-width: 72rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 834px) {
  .how-works__list {
    gap: 3.2rem;
  }
}
.how-works__list__item {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
.how-works__list__item_counter {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1.6rem;
  border: 1px solid #161F28;
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .how-works__list__item_counter {
    gap: 2rem;
    width: 5.6rem;
    height: 5.6rem;
    font-size: 1.8rem;
  }
}
.how-works__list__item_counter:before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  border: 1px solid #161F28;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .how-works__list__item_counter:before {
    width: 4rem;
    height: 4rem;
  }
}
.how-works__list__item_title {
  margin-bottom: 1.2rem;
  font-size: 28px;
}
@media (max-width: 1356px) {
  .how-works__list__item_title {
    font-size: calc(22px + 6 * (100vw - 375px) / 981);
  }
}
.how-works__list__item_text {
  color: rgba(0, 0, 0, 0.8);
}