.section-how-to-use .section-header {
  text-align: center;
  margin-bottom: 60px;
  @media screen and (max-width: 719px) {
    margin-bottom: 40px;
    text-align: left;
  }
}

.section-how-to-use .section-header .title {
  margin: 0 0 10px;
  font-size: 44px;
  @media screen and (max-width: 719px) {
    font-size: 34px;
  }
}

.section-how-to-use .section-header .subtitle {
  margin: 0;
}

.section-how-to-use__page-width {
  overflow: hidden;
  @media screen and (max-width: 989px) {
    padding: 0;
  }
}

.section-how-to-use-wrap {
  position: relative;
}

.section-how-to-use-wrap:not(.flickity-enabled) {
  display: flex;
  @media screen and (min-width: 990px) {
    gap: 40px;
  }
  @media screen and (min-width: 1200px) {
    gap: 80px;
  }
}

.section-how-to-use-wrap.flickity-enabled {
  padding-bottom: 30px;
}

.section-how-to-use .flickity-viewport {
  overflow: hidden;
  @media screen and (max-width: 989px) {
    padding-left: 25px;
  }
  @media screen and (max-width: 719px) {
    padding-left: 16px;
  }
}

.section-how-to-use .flickity-page-dots {
  display: flex;
  gap: 8px;
  bottom: 0;
  @media screen and (max-width: 989px) {
    left: 25px;
  }
  @media screen and (max-width: 719px) {
    left: 16px;
  }
}

.section-how-to-use .flickity-page-dots .dot {
  margin: 0;
  background-color: #E0340080;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.section-how-to-use .flickity-page-dots .dot.is-selected {
  background-color: #E03400;
}

.section-how-to-use .flickity-prev-next-button {
  display: none;
}

.section-how-to-use-item {
  position: relative;

  @media screen and (min-width: 990px) {
    width: 50%;
  }
}

.flickity-enabled .section-how-to-use-item {
  width: 40%;
  margin-right: 40px;
  @media screen and (max-width: 719px) {
    width: 70%;
    min-width: 255px;
  }
}

.section-how-to-use-item .item-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 81px solid #E03400;
  border-right: 70px solid transparent;
  z-index: 2;
}

.item-badge::after {
  content: attr(data-index);
  position: absolute;
  top: -74px;
  left: 8px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.section-how-to-use-item .item-media {
  position: relative;
  overflow: hidden;
}

.section-how-to-use-item .item-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 0.86;
}

.section-how-to-use-item .item-content-wrap {
  padding: 30px 0 0;
  @media screen and (max-width: 989px) {
    padding: 20px;
  }
}

.section-how-to-use-item .item-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  @media screen and (max-width: 719px) {
    font-size: 20px;
  }
}

.section-how-to-use-item .item-text {
  margin-top: 14px;
  @media screen and (max-width: 719px) {
    margin-top: 10px;
  }
}

.section-how-to-use-item .item-text p {
  margin-top: 0;
}

.section-how-to-use-item .item-text p:last-child {
  margin-bottom: 0;
}