.how_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 79px;
  margin-bottom: 100px;
}

.how_h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.how_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 69px;
}

.how_li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 69px;
}

@media screen and (min-width: 1100px) {
  .how_li {
    gap: 89px;
  }

  .how_li:nth-child(n) {
    flex-direction: row-reverse;
  }

  .how_li:nth-child(2n) {
    flex-direction: row;
  }
}

.how_img {
  width: 349px;
  height: 195px;
}

@media screen and (min-width: 768px) {
  .how_img {
    width: 500px;
    height: 280px;
  }
}

.how_text_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.how_word_step {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.how_h3 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.how_p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
}

.how_button {
  border-radius: 8px;
  width: 224px;
  height: 44px;
  background: #02897a;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: var(--font-montserrat);
  border: none;
}
