.site-background.contact-background h3 {
  border-bottom: 1px solid #707070;
  border-bottom-color: rgb(112, 112, 112,0.21);
  margin-bottom: 0;
  padding-bottom: 19px;
  color: #262626;
  text-transform: uppercase;
  font-weight: bold;
}

.contact-block {
  border-top: 1px solid #fff;
  margin: 0 auto;
  background: #fff;
  width: 770px;
  box-shadow: 0 3px 25px rgb(0,0,0,0.16);
  padding: 40px 40px 50px 40px;
  margin-bottom: 50px;
}

.site-background.contact-background p {
  border-top: 1px solid #fff;
  text-align: center;
  color: #262626;
  opacity: 0.5;
  padding: 27px 0;
}

.form-input .form-control, .form-area .form-control {
  background: #F1F1F1;
  border-radius: 0;
  box-shadow: none;
}

.form-input label, .form-area label {
  font-weight: 100;
  text-transform: uppercase;
  color: #262626;
  opacity: 0.4;
}

.contact-detail .form-input:nth-child(2), .form-area {
  margin-top: 20px;
}

.submit-btn {
  width: 100%;
  background: #D89D9D;
  color: #fff;
  border: 1px solid #D89D9D;
  border-radius: 5px;
  height: 40px;
  margin-top: 26px;
  text-transform: uppercase;
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .site-background.contact-background p {
    font-size: 16px;
  }

  .form-input label, .form-area label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .form-input .form-control {
    height: 45px;
  }

  .submit-btn {
    height: 50px;
    margin-top: 40px;
    font-size: 16px;
  }

  .site-background.contact-background {
    padding: 60px 0 100px 0;
  }
}

@media screen and (max-width :1024px) {
  .contact-block {
    width: 100%;
  }
}
