.form-contact label .required {
  color: red;
}
.form-contact .form-group {
  margin-bottom: 5px;
}
.form-contact label {
  margin-bottom: 2px;
  margin-top: 6px;
}
.box-contact-content h2 {
  margin: 5px 0;
  color: #419003;
  font-size: 1.7em;
  font-weight: 700;
}
.box-contact-content h3 {
  color: red;
  font-size: 1.5em;
  font-weight: 700;
  margin: 5px 0;
}
.box-contact-content ul {
  list-style: none;
  margin: 0 15px 10px;
  padding: 0;
}
.box-contact-content ul li {
  margin: 7px 0;
  list-style: none;
}
.box-contact-content ul li .fa {
  color: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  padding: 5px;
  background-color: #49a600;
  margin-right: 8px;
  font-size: 12px;
}
