.main-banner-foot .content h1, .main-banner-foot .content p {
  color: #fff;
  margin-bottom: 20px;
}

.main-banner-foot {
  height: 100%;
  padding: 150px 0;
}

div#form-wrapper-foot {
  width: 100%;
  background-color: #F7FAFC;
  border-radius: 10px;
  padding: 40px 20px;
  margin-top: 10px;
  position: relative;
}

div#form-wrapper-foot h3 {
  display: none;
}

.half {
  width: 100%;
}

#form-wrapper-foot .input input, #form-wrapper-foot textarea {
  border: 0;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  margin-top: 5px;
}

#form-wrapper-foot textarea::placeholder {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  opacity: .6;
}

#form-wrapper-foot textarea {
  padding: 10px;
}

div#form-wrapper-foot label span {
  font-size: .8rem;
  font-weight: 400;
}

.hs_submit.hs-submit {
  margin: 0;
  display: inline-flex;
}
.main-banner-foot h1 {
  font-size: 48px;
  line-height: 60px;
}

div#form-wrapper-foot .hs_submit.hs-submit {
  border-radius: 50px;
  display: block;
  width: auto;
  margin-left: auto;
  margin-top: 10px;
}

div#form-wrapper-foot .hs_submit.hs-submit input {
  border-radius: 50px;
}

div#form-wrapper-foot .hs_submit.hs-submit:hover input {
  border-radius: 50px;
}

div#form-wrapper-foot .hs-form-field {
  margin-bottom: 30px;
}

div#form-wrapper-foot h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}

div#form-wrapper-foot p {
  margin-bottom: 40px;
}

.footer-bottom-bar p, .footer-bottom-bar a {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  transition: .3s;
}

.footer-bottom-bar a:hover {
  transition: .4s;
  text-decoration: underline;
}

.footer-bottom-bar p {
  padding-bottom: 20px;
}

.footer-bottom-bar .copyright {
  padding: 20px 0;
}

@media (min-width: 530px) {
  .footer-bottom-bar p {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {  
  div#form-wrapper-foot {
    padding: 40px;
  }
  div#form-wrapper-foot .hs_submit.hs-submit {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .half {
    width: calc(50% - 40px);
  }

  div#form-wrapper-foot {
    margin-top: 0;
  }

  .copy p {
    max-width: 80%;
  }