.how-to-use {
  padding: 50px 0;
}
.how-to-use .inner {
  max-width: 1400px;
  margin: 50px auto;
  display: flex;
  gap: 40px;
}
.how-to-use .inner .content-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.how-to-use .inner .content-block .block-title {
  font-size: 50px;
  font-weight: 800;
}
.how-to-use .inner .content-block .items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
}
.how-to-use .inner .content-block .items-wrapper .item {
  background: #F5F5F5;
  padding: 30px;
}
.how-to-use .inner .content-block .items-wrapper .item .item-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
.how-to-use .inner .content-block .items-wrapper .item .item-subtitle {
  font-size: 20px;
}
.how-to-use .inner .image-block {
  flex: 1;
}
.how-to-use .inner .image-block img {
  width: 100%;
  object-fit: cover;
  max-height: 730px;
}
@media (max-width: 1310px) {
  .how-to-use {
    padding: 0 20px;
  }
  .how-to-use .inner .content-block {
    gap: 10px;
  }
  .how-to-use .inner .content-block .items-wrapper .item {
    padding: 20px;
  }
  .how-to-use .inner .content-block .items-wrapper .item .item-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .how-to-use .inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .how-to-use .inner .content-block .block-title {
    font-size: 40px;
  }
  .how-to-use .inner .content-block .items-wrapper .item .item-title {
    font-size: 20px;
  }
  .how-to-use .inner .content-block .items-wrapper .item .item-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .how-to-use .inner .content-block .block-title {
    font-size: 35px;
  }
  .how-to-use .inner .content-block .items-wrapper .item .item-title {
    font-size: 16px;
  }
  .how-to-use .inner .content-block .items-wrapper .item .item-subtitle {
    font-size: 14px;
  }
}

/*# sourceMappingURL=how-to-use-new.css.map */
