.content-banner, .content-banner--no-image {
  position: relative;
  overflow-x: hidden;
}
.content-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-banner__title {
  position: relative;
  padding: 4.427vw 0;
  margin-bottom: 0;
  color: #ffffff;
}
.content-banner.banner-trending .content-banner__title, .banner-trending.content-banner--no-image .content-banner__title {
  padding-bottom: 0;
  margin-bottom: 0.625vw;
  color: #1C1F21;
  text-align: center;
}
.content-banner--no-image .content-banner__title {
  padding-bottom: 0;
  color: #1C1F21;
  text-align: center;
  font-size: 1.823vw;
}
@media screen and (max-width: 767px) {
  .content-banner__image {
    left: 50%;
    transform: translateX(-50%);
    width: 118%;
    object-fit: contain;
  }
  .content-banner__title {
    padding: 40px 0;
  }
  .content-banner--no-image .content-banner__title {
    font-size: 20px !important;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .content-banner__title {
    font-size: 48px !important;
  }
}

@media (max-width: 991px) {
  .content-banner__title {
    font-size: 45px;
  }
}

.how-order__item {
  padding: 25px 0px;
}
.how-order__item:first-child {
  padding-top: 0px;
}
.how-order__item:last-child {
  padding-bottom: 0px;
}
.how-order__image {
  width: 100%;
  height: auto;
}
.how-order__title {
  margin-bottom: 6px;
  font-size: 1.875vw;
  text-transform: uppercase;
}
.how-order__sub-title {
  margin-bottom: 1rem;
  font-size: 1.354vw;
  font-family: "Inter";
  line-height: 34px;
}
@media (max-width: 991px) {
  .how-order__title {
    font-size: 32px;
  }
  .how-order__sub-title {
    font-size: 24px;
  }
}

/*# sourceMappingURL=how-order.css.map */
