@media only screen and (max-width: 1080px) {
  body .grow_business .contact__ .form .form-group label {
    font-size: 16px;
  }
  body .grow_business .contact__ .form .form-group input {
    font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
  body .grow_business .contact__ {
    padding: 1rem;
}
body section.grow_business .contact__right {
  margin-top: 50px;
}
body section.grow_business .contacts {
  display: block;
  padding: 0 10px;
}
body section.grow_business .contacts .phone-text, body section.grow_business .contacts .fax-text, body section.grow_business .contacts .email-text {
  padding-left: 0px;
}
}