.hxg-contact-cta {
  background: rgb(218 174 65);
}

.hxg-contact-cta,
.hxg-contact-cta * {
  box-sizing: border-box;
}

.hxg-contact-cta__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 58px 18px 82px;
}

.hxg-contact-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hxg-contact-cta__title {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.16;
  color: rgb(0 0 0);
}

.hxg-contact-cta__text {
  max-width: 690px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.82;
  color: rgb(96 67 45);
  overflow-wrap: anywhere;
}

.hxg-contact-cta__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 220px;
  min-height: 44px;
  margin-top: 30px;
  padding: 11px 24px;
  border-radius: 6px;
  color: rgb(255 255 255);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  background: rgb(37 161 84);
  overflow: hidden;
  transition: color 0.18s ease;
}

.hxg-contact-cta__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgb(16 16 16);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.hxg-contact-cta__button:hover {
  color: rgb(255 255 255);
}

.hxg-contact-cta__button:hover::before {
  transform: scaleX(1);
}

.hxg-contact-cta__button span,
.hxg-contact-cta__button .icon {
  position: relative;
  z-index: 1;
  color: rgb(255 255 255);
}

.hxg-contact-cta__button .icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

@media (max-width: 959px) {
  .hxg-contact-cta__inner {
    padding: 42px 18px 58px;
  }

  .hxg-contact-cta__title {
    font-size: 28px;
  }

  .hxg-contact-cta__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.74;
  }

  .hxg-contact-cta__button {
    min-width: 0;
    width: min(100%, 245px);
    min-height: 42px;
    margin-top: 24px;
    font-size: 14px;
  }
}
