.thehands-price-cta {
  padding-top: clamp(4 / 10 * 1rem, 16 * (100vw - 375px) / 905 + 4px, 20 / 10 * 1rem);
  padding-bottom: clamp(0 / 10 * 1rem, 80 * (100vw - 375px) / 905 + 0px, 80 / 10 * 1rem);
}
.thehands-price-cta .wrap {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.thehands-price-cta .wrap .background-cover {
  position: absolute;
  border-radius: 1.2rem;
}
.thehands-price-cta .wrap .background-cover img {
  border-radius: 1.2rem;
  z-index: -1;
}
.thehands-price-cta .wrap .background-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 22, 18, 0.18);
  z-index: 1;
}
.thehands-price-cta .title {
  font-family: var(--font-boldonse);
  font-size: clamp(30 / 10 * 1rem, 34 * (100vw - 375px) / 905 + 30px, 64 / 10 * 1rem);
  line-height: 135%;
  color: var(--color-orange);
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 5;
}
.thehands-price-cta .button-wrap {
  z-index: 5;
  text-align: center;
  position: relative;
}
.thehands-price-cta .button-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  height: 1.5px;
  background: var(--color-orange);
  width: calc(50% - clamp(130 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 130px, 145 / 10 * 1rem) - clamp(15 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 15px, 40 / 10 * 1rem) - 40px);
}
.thehands-price-cta .button-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  height: 1.5px;
  background: var(--color-orange);
  width: calc(50% - clamp(130 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 130px, 145 / 10 * 1rem) - clamp(15 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 15px, 40 / 10 * 1rem) - 40px);
}

@media all and (max-width: 576px) {
  .thehands-price-cta .button-wrap {
    text-align: center;
    position: relative;
  }
  .thehands-price-cta .button-wrap:before, .thehands-price-cta .button-wrap:after {
    display: none;
  }
}
/*# sourceMappingURL=price-cta.css.map */
