#contact-us-single h2 {
  font-size: 30px;
}
.contact-us-sub-text {
  font-size: 20px;
}
.w-contact-form {
  width: 450px;
  margin: 0 auto;
}
.w-contact-form .btn {
  width: 200px;
}
.w-contact-form .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
}
.w-contact-form input[type="file"] {
  width: 100%;
}
/*Our hardworking*/
.w-our-hardworking h2 {
  font-size: 30px;
}
.our-hardworking {
  text-align: center;
  margin-bottom: 50px;
}
.ava {
  display: inline-block;
  margin: 0 80px;
}
.ava img {
  margin-bottom: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 125px;
  height: auto;
}
.ava div {
  font-size: 20px;
}
div.wpcf7-mail-sent-ok {
  background: #03a74b;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  max-width: 100%;
  border: 2px solid #03a74b;
}
.wpcf7-mail-sent-ok:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
  background: url("../images/checked-symbol.svg") no-repeat;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .ava {
    margin: 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .ava {
    margin: 0;
    width: 33.3%;
    float: left;
  }
  .our-hardworking:after {
    display: table;
    clear: both;
    content: "";
  }
}
@media only screen and (max-width: 480px) {
  .ava {
    width: 100%;
    margin-bottom: 30px;
  }
  .w-contact-form {
    width: 100%;
  }
  .w-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
