section.home-hero-section .content-container {
  max-width: 788px;
  margin: 0 auto;
  padding-bottom: 14px;
}

section.home-hero-section .cta-group {
  justify-content: center;
}

section.home-hero-section .hero-head-icon {
  text-align: center;
  display: none;
}

section.home-hero-section .cta-single span {
  min-width: 150px;
}

section.home-hero-section h1.hero-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.02rem;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 6.22%, #dce9fe 176.56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 15px;
}

section.home-hero-section.custom-integrations-template h1.hero-title {
  font-size: 50px;
  line-height: 105%;
  letter-spacing: 1px;
  margin-bottom: 22px;
  margin-top: 60px;
}
section.home-hero-section.custom-integrations-template .content-container {
  max-width: 900px;
}
section.home-hero-section.custom-integrations-template .hero-text {
  max-width: 770px;
  letter-spacing: -0.18px;
  margin: 0 auto;
}
section.home-hero-section.custom-integrations-template .cta-group {
  margin-top: 30px;  
}

section.home-hero-section h1.hero-title svg {
  padding-left: 15px;
}

section.home-hero-section .hero-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.01rem;
  text-align: center;
  color: #c9d3ee;
}

section.home-hero-section.custom-k8-hero h1.hero-title {
  font-size: 60px;
  line-height: 100%;
}
section.home-hero-section.custom-k8-hero .hero-text {
  font-size: 18px;
  line-height: 140%;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  section.home-hero-section .content-container {
    padding-inline: 26px;
  }
}

@media screen and (max-width: 980px) {
  section.home-hero-section.custom-k8-hero h1.hero-title,
  section.home-hero-section h1.hero-title {
    font-size: 36px;
    line-height: 37px;
    width: 230px;
    margin: 22px auto 24px;
  }
  section.home-hero-section.custom-integrations-template h1.hero-title {
    width: unset;
    font-size: 36px;
    line-height: 105%; /* 37.8px */
    letter-spacing: 0.72px;
  }
  section.home-hero-section.custom-integrations-template .cta-single span {
    padding: 12px 24px;
  }
  section.home-hero-section .hero-text span,
  section.home-hero-section h1.hero-title span {
    display: inline-block;
  }
  section.home-hero-section .hero-text {
    font-size: 16px;
    line-height: 21px;
  }
  section.home-hero-section h1.hero-title svg {
    display: none;
  }
  .cta-single span {
    padding-left: 8px;
    padding-right: 8px;
  }
  section.home-hero-section .cta-single span {
    min-width: 140px;
  }
  section.home-hero-section .hero-head-icon {
    display: block;
  }
}
