#contact h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  font-style: normal;
}
#contact p {
  font-style: normal;
  font-size: 15px;
  line-height: 150%;
}
#contact a {
  color: #AA3A3A;
}
#contact textarea {
  min-height: 182px;
}
#contact input.form-control, #contact textarea.form-control {
  font-family: "Open Sans", sans-serif;
  background: #F2F2F2;
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: none;
}
#contact button {
  background: none;
  border: none;
  min-height: 56px;
  min-width: 104px;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 103.5%;
}
#contact button.red {
  background: #AA3A3A;
  color: #FFFFFF;
}
#contact button.red:hover {
  background: #bd4040;
}
