/* stylelint-disable */
.banner-gift {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 16px 32px;
  min-height: 271px;
  border-radius: 20px;
  background-image: url("../../../images/components/banner-gift/bg-MkJjQec.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(36, 166, 0, 0.2);
  gap: 40px;
}
@media only screen and (max-width: 1230px) {
  .banner-gift {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .banner-gift {
    display: flex;
    flex-direction: column;
    padding: 31px 16px 40px;
    background-position-x: 58%;
    gap: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-gift {
    border-radius: 35px;
    background-image: url("../../../images/components/banner-gift/bg-mobile-7a31BRo.jpg");
  }
  .banner-gift--summer {
    background-image: url("../../../images/components/banner-gift-summer/bg-mobile-XpFlXA1.jpg");
  }
}
.banner-gift--summer {
  background-image: url("../../../images/components/banner-gift-summer/bg-nkH6itt.jpg");
}
.banner-gift--club {
  display: flex;
  justify-content: space-between;
  padding: 22px 40px;
  min-height: 334px;
  max-width: 1228px;
}
@media only screen and (max-width: 1230px) {
  .banner-gift--club {
    margin-inline: 10px;
  }
}
.banner-gift__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 458px;
  padding-block: 20px;
}
@media only screen and (max-width: 768px) {
  .banner-gift__left {
    order: 1;
    padding: 0;
  }
}
.banner-gift--club .banner-gift__left {
  max-width: 480px;
}
.banner-gift__right {
  box-sizing: content-box;
  width: 100%;
  height: auto;
  max-width: 554px;
}
@media only screen and (max-width: 768px) {
  .banner-gift__right {
    max-width: 480px;
  }
}
.banner-gift__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.9px;
  color: #006800;
}
@media only screen and (max-width: 768px) {
  .banner-gift__title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 118%;
    letter-spacing: -0.96px;
  }
}
.banner-gift__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 768px) {
  .banner-gift__text {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
}
.banner-gift__text span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .banner-gift__text span {
    font-size: 14px;
  }
}
.banner-gift--club .banner-gift__button {
  max-width: 400px;
}

/*# sourceMappingURL=banner-gift.output.css.map */
