.loyalty p {
  margin: 0;
}
.loyalty__banner {
  width: 100vw;
  aspect-ratio: 15/7;
  background-color: #FFFFFF;
  background-image: url("/collaboration-with-stylists/loyalty_banner_3.png");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  position: relative;
}
.loyalty__banner__shadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 29.06%, rgba(0, 0, 0, 0.1) 49.05%, rgba(0, 0, 0, 0.4) 81.34%);
}
.loyalty__banner__container {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 1;
}
.loyalty__banner section h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.loyalty__banner section p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
}
.loyalty__banner section button {
  margin-bottom: 20px;
}
.loyalty h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 30px;
}
.loyalty__condition {
  margin-bottom: 30px;
}
.loyalty__condition h4 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 120%;
  color: #333;
}
.loyalty__condition p {
  font-size: 18px;
  line-height: 120%;
}
.loyalty__apply {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .loyalty__banner {
    padding-bottom: 50px;
    aspect-ratio: 0.78;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .loyalty__banner {
    padding-bottom: 25px;
    margin-top: 0;
    background-image: url("/collaboration-with-stylists/loyalty_banner_mobile_3.png");
    justify-content: center;
    margin-bottom: 30px;
  }
  .loyalty__banner__container {
    display: block;
  }
  .loyalty__banner__shadow {
    display: block;
  }
  .loyalty__banner section h2 {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
  }
  .loyalty__banner section p {
    font-size: 13px;
    margin-bottom: 14px;
    text-align: center;
  }
  .loyalty h3 {
    font-size: 26px;
  }
  .loyalty__condition h4 {
    font-size: 23px;
  }
}

/*# sourceMappingURL=style.css.map */
