form[name="CORP_STRAH"] div.row.sm-size-2 {
  margin-bottom: 16px;
}

form[name="CORP_STRAH"] div.row.sm-size-2:nth-child(5) {
  margin-bottom: 32px;
}

.form-feedback {
  margin-top: 76px;
}

.form-feedback .container {
  background-color: #3069B2;
  border-radius: 10px;
  padding: 65px 0;
}

.form-feedback .container .corp-feedback-wrapper {
  max-width: 610px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.form-feedback .container .corp-feedback-wrapper h2 {
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 76px;
  line-height: 76px;
  font-family: Libel Suit;
}

.form-feedback .container .corp-feedback-wrapper .desc-form {
  font-family: Lab Grotesque;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  max-width: 540px;
  margin: 0 auto;
  opacity: 0.7;
  margin-bottom: 40px;
}

form[name="CORP_STRAH"] div.row.sm-size-2 .col-12.item input {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 8px;
  max-width: 610px;
  width: 100%;
  height: 76px;
  padding: 24px;
  border: none;
  outline: none;
}

form[name="CORP_STRAH"] div.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form[name="CORP_STRAH"] div.buttons p {
  color: #FFFFFF;
  font-family: Lab Grotesque;
  font-size: 16px;
  line-height: 22px;
  max-width: 253px;
}

form[name="CORP_STRAH"] div.buttons p a {
  text-decoration: underline;
  color: #fff;
}

form[name="CORP_STRAH"] div.buttons p a:hover {
  text-decoration: none;
}

form[name="CORP_STRAH"] div.buttons button.new-design.btn.corp-form {
  color: #111D41;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  font-family: Lab Grotesque;
  background-color: #fff;
  padding: 26px 44px !important;
  max-width: fit-content;
  height: unset;
}

form[name="CORP_STRAH"] div.buttons button.new-design.btn.corp-form:hover {
  opacity: 0.7;
  border: none;
  background-color: #fff;
}

.success-corp-form .img-title {
  margin-bottom: 50px;
  text-align: center;
}

.success-corp-form .form-sent-title {
  color: #FFFFFF;
  max-width: 756px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 76px;
  line-height: 76px;
  letter-spacing: 3px;
  font-family: Libel Suit;
  margin-bottom: 30px;
}

.success-corp-form .form-sent {
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.form-feedback .container .corp-feedback-wrapper.success {
  max-width: 756px;
}
