.how {
  margin: 3.75rem 0 5.625rem;
  /* pricing.css | http://localhost:3000/css/sections/pricing.css?browsersync=1707768616256 */
  /* banner-shop.css | http://localhost:3000/css/sections/banner-shop.css?browsersync=1707768616247 */
}
.how__title {
  margin-bottom: 1rem;
  text-align: center;
}
.how__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 30px -1.875rem;
}
.how__wrapper > * {
  margin: 0 30px 1.875rem;
  width: calc(33.3333333333% - 60px);
}
.how__card {
  text-align: center;
}
.how__card-img {
  width: 100%;
  position: relative;
  margin-bottom: 1.4375rem;
}
.how__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 46.8%;
}
.how__card-img > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
  -webkit-box-shadow: 4px 4px 12px 1px rgba(0, 4, 54, 0.32);
  box-shadow: 4px 4px 12px 1px rgba(0, 4, 54, 0.32);
}
.how__card-title {
  max-width: 16.125rem;
  margin: 0 auto 0.5rem;
}
.how__card-text {
  max-width: 15.5rem;
  margin: 0 auto;
}
.how__card-text > * {
  font-size: max(0.96875rem, 12px);
  line-height: max(1.5rem, 12px);
}
@media (max-width: 768px) {
  .how {
    margin-bottom: 70px;
  }
  .how__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: unset;
  }
  .how__wrapper > * {
    margin: unset;
    width: 100%;
  }
  .how__card:not(:last-child) {
    margin-bottom: 36.5px;
  }
  .how__card-img {
    margin: 0 auto 23px;
    width: 266px;
    height: 141px;
  }
}
.how .pricing {
  /* padding-top: 3.75rem; */
}
.how .banner-shop {
  /* padding: 6.25rem 0 3.75rem; */
}
.how .banner-shop__bg {
  /* top: 0; */
  /* bottom: 0; */
  top: -60px;
  bottom: -60px;
}