#header {
  width: 100% !important;
  height: auto;
}

.contact-number {
  text-align: center !important;
  padding: 0px 0;
  margin-top: 20px;
}

.gradient {
  background: radial-gradient(#3a722d, #415a3e) !important;
  border-radius: 3px !important;
}

.text-primary > a {
  color: #415a3e !important;
}

.form-control {
  margin: 10px 0;
  width: 100%;
  border: 2px solid;
  border-radius: 3px;
  border-color: #415a3e;
}

form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}/*# sourceMappingURL=contacts.css.map */