.about-us-header {
// background: url(https://ziing.com/hubfs/bg-type-1-rr.svg) no-repeat;
// background-position: right bottom;
padding-top: 100px;
// padding-bottom: 630px;
}

.about-us-header h1 {
  font-weight: 700;
  margin: 0;
  font-size: 72px;
  line-height: 79.2px;
  letter-spacing: -0.03em;
  color: #1C453B;
  padding-bottom: 24px;
}

.about-us-header .ssh-sub-cont {
  display: flex;
  gap: 40px;
}

.about-us-header .ssh-sub-cont-l {
  max-width: 495px;
}

.about-us-header .ssh-sub-cont-r {
  max-width: 340px;
  width: 100%;
  margin-right: -30px;
} 

.about-us-header .sub-heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #1C453B;
}

.about-us-header .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.02em;
  color: #1C453B;
}

.about-us-header .ssh-sub-cont-form {
  background: #1C453B;
  border-radius: 8px;
  padding: 40px 40px 110px 40px;
  margin-top: 80px;
  position: relative;
}

.about-us-header .ssh-sub-cont-form h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #FAF0E8;
  margin-top: 3px;
  margin-bottom: 0;
}

.about-us-header .ssh-sub-cont-form label {
  display: none;
}

.about-us-header .ssh-sub-cont-form input[type=text], .about-us-header .ssh-sub-cont-form input[type=email] {
      background: transparent;
    border: none;
    border-bottom: 2px solid rgba(250, 240, 232, 0.6);
    border-radius: 0;
    color: #FAF0E8;
    outline: none;
    padding: 12px 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.about-us-header .ssh-sub-cont-form input[type=submit] {
  position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 78px;
    background: #FAF0E8;
    border: 2px solid #1C453B;
    border-radius: 0px 0px 8px 8px;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1C453B;
}

.about-us-header .ssh-sub-cont-form .hs-form-field {
  margin-bottom: 9px;
}

.about-us-header .ssh-sub-cont-form ::-webkit-input-placeholder {
  color: #FAF0E8;
}

.about-us-header .ssh-sub-cont-form :-ms-input-placeholder { 
  color: #FAF0E8;
}

.about-us-header .ssh-sub-cont-form ::placeholder {
  color: #FAF0E8;
}

.about-us-header .ssh-sub-cont-form form .hs-richtext {
  margin-bottom: 27px;
}

.about-us-header .hpc-track {
  background: #1C453B;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}

.about-us-header .hpc-track h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #FAF0E8;
  margin-top: 0;
  margin-bottom: 24px;
}

.about-us-header .hpc-track a {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -.02em;
  color: #1c453b;
  background: #e5efea;
  border-radius: 0 8px 8px 8px;
  padding: 12.5px 24px;
  display: inline-block;
}