.thehands-gift-certificate {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.thehands-gift-certificate .background-cover.section-back:after {
  background: linear-gradient(270.12deg, rgba(33, 22, 18, 0) -11.14%, rgba(33, 22, 18, 0.7) 97.61%);
}
.thehands-gift-certificate .content-wrap {
  width: 72.4rem;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}
.thehands-gift-certificate .content-wrap .title {
  font-family: var(--font-boldonse);
  font-size: clamp(38 / 10 * 1rem, 31 * (100vw - 375px) / 905 + 38px, 69 / 10 * 1rem);
  line-height: 163%;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  color: var(--color-orange);
}
.thehands-gift-certificate .content-wrap .sub-title {
  font-size: clamp(16 / 10 * 1rem, 16 * (100vw - 375px) / 905 + 16px, 32 / 10 * 1rem);
  line-height: 130%;
  color: var(--color-orange);
  margin-bottom: clamp(30 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 30px, 45 / 10 * 1rem);
  text-transform: uppercase;
}
.thehands-gift-certificate .content-wrap .content {
  margin-bottom: clamp(30 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 30px, 45 / 10 * 1rem);
  font-size: clamp(14 / 10 * 1rem, 6 * (100vw - 375px) / 905 + 14px, 20 / 10 * 1rem);
  line-height: 150%;
  color: rgb(244, 244, 244);
}
.thehands-gift-certificate .content-wrap .content strong {
  font-weight: 700;
}
.thehands-gift-certificate .content-wrap .content p {
  margin-bottom: 1.8rem;
}
.thehands-gift-certificate .content-wrap .content ul {
  margin-bottom: 3rem;
  padding-left: 3rem;
  list-style-type: disc;
}
.thehands-gift-certificate .content-wrap .content ul li {
  margin-bottom: 1.8rem;
}
.thehands-gift-certificate .content-wrap .content ul li::marker {
  color: var(--color-orange);
}
.thehands-gift-certificate .image-wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
  border: 1.2rem solid rgb(255, 86, 0);
}
.thehands-gift-certificate .image-wrap .background-cover {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

@media all and (max-width: 991px) {
  .thehands-gift-certificate .content-wrap {
    width: 100%;
  }
  .thehands-gift-certificate .image-wrap {
    aspect-ratio: 327/330;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
/*# sourceMappingURL=gift-certificate.css.map */
