.hero-banner-section {
  position: relative;
  background-position: top;
  background-size: cover;
  padding-top: 217px;
  padding-bottom: 323px;
  /* min-height: 1120px; */
}
.hero-banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(10,77,101);
  background: radial-gradient(42.6% 72.45% at 75.73% 50%, rgba(10, 77, 101, 0.22) 0%, #0A4D65 100%);
}
.hero-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background-color: var(--white);
  border-radius: 50px 50px 0 0;
}
.hero-banner-section .hero-banner-row .left-block {
  max-width: 791px;
  position: relative;
  z-index:  2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proliability-boxes-with-dropdown-section-inner .proliability-boxes-list-item-inner .terms-meta-inner .sub-heading {
  font-weight: 400;
}
.hero-banner-section .hero-banner-row .left-block .description {
  font-size: var(--font-24);
  color: var(--white);
  max-width: 584px;
  
}
.hero-banner-section .hero-banner-row .left-block .cta-link {
  margin-top: 56px;
}