.blog_comment_form_fix{
  background: #EEEEEE;
  border-radius: 6px;
  margin:70px 0;
  padding:35px;
}
.blog_comment_form_fix form label{
  margin:0;
}
.blog_comment_form_fix form input.hs-input,
.blog_comment_form_fix form textarea.hs-input{
  width:100% !important;
}
.blog_comment_form_fix form textarea.hs-input{
  min-height:153px;
}
.blog_comment_form_fix > h5{
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.0315789px;
  color: #222222;
  margin-bottom: 35px;
}
.blog_comment_form_fix form input:focus-visible,
.blog_comment_form_fix form textarea:focus-visible{
  outline:none;
}
.blog_comment_form_fix form input[type=text],
.blog_comment_form_fix form input[type=email],
.blog_comment_form_fix form textarea{
  background: #FFFFFF;
  border: 1px solid #2B4999;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.0210526px;
  color: #2B4999;
  padding:11px;
  height: 46px;
}
.blog_comment_form_fix form:
.blog_comment_form_fix .hs-form-field{
  margin-bottom:29px;
}
.blog_comment_form_fix .hs-form-field.hs-fieldtype-textarea{
  margin-bottom:40px;
}
.blog_comment_form_fix form input[type=submit], 
.blog_comment_form_fix form .hs-button{
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding:13px 15px;
  display: block;
  margin: 0 auto;
}
@media(max-width:992px){
  .blog_comment_form_fix  form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    float: none;
  }
  .blog_comment_form_fix  form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    float: none;
  }
  .blog_comment_form_fix > h5{
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.0315789px;
    color: #222222;
    margin-bottom:43px;
  }
  .blog_comment_form_fix{
    margin-left: -20px;
    margin-right: -20px;
    margin-top:50px;
    margin-bottom:50px;
  }
}