#main .page-content {
background: transparent;
border: 0px;
}

.contact-rich h4 {
  font-size: 20px;
  text-transform: none;
  font-weight: 500;
}
.contact-form h3 {
  font-size: 24px;
  text-transform: none;
  font-weight: 600;
}

.input-group .form-control {
width: auto;
}

.contact-form .input-group .btn {
  padding: 0.42rem 0.2rem;
  font-size: 15px;
  background: #d79c68;
  border-color: #d79c68;
}
.contact-form .input-group .btn span.buttonText {
color: #fff;
text-transform: none;
font-size: 15px;
}

.contact-form .form-footer .btn {
display: inline !important;
background: #d79c68;
border-color: #d79c68;
color: #fff;
text-transform: none;
font-weight: 600;
font-size: 14px;
}