.hbspt-form input[type="tel"],
.hbspt-form input[type="number"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #999;
  outline: none;
  width: 100%;
}

.hbspt-form fieldset.form-columns-1 .input {
  width: 100%;
  margin-right: 0px !important;
}

.hbspt-form fieldset.form-columns-1 .hs-input {
  width: 97.2%;
  margin-bottom: 5px;
  margin-top: 5px
}

.hbspt-form fieldset.form-columns-2 .hs-input {
  margin-bottom: 10px;
  margin-top: 5px;
}

.hs-error-msgs label {
  font-size: 10px;
  color: red;
  padding-bottom: 5px;
  display: inline-block;
}

.hbspt-form .hs-field-desc {
  font-size: 10px;
}

.hbspt-form .hs-form-required {
  font-size: 10px;
  color: red;
  font-weight: bold;
  padding-left: 5px;
}

.hbspt-form .hs-submit {
  padding-top: 10px;
  text-align: center;
}

.hbspt-form .hs-button {
  background: #FF005A;
  height: 35px;
  margin: 0 auto;
  padding: 0 24px;
  border: none;
  border-radius: 0.625rem;
  font-size: .9rem;
  color: #ffffff;
  font-weight: 700;
  transition: background 0.5s;
  cursor: pointer;
}

.hbspt-form .submitted-message {
  overflow: hidden !important;
}

.hbspt-form .hs-richtext {
  margin-bottom: 10px
}

.hbspt-form .hs-richtext p {
  font-size: 12px;
}

.hbspt-form .hs-richtext h1 {
  font-size: 38px;
  font-weight: bold;
}

.hbspt-form .hs-richtext h2 {
  font-size: 28px;
  font-weight: bold;
}

.hbspt-form .hs-richtext h3 {
  font-size: 18px;
  font-weight: bold;
}

.hs-main-font-element h3{ 
    font-size: 16px;
    display: block;
    /* text-align: left !important; */
    padding: 0 0 20px 0;
    color: #000000;
}