.contact-us {
  padding: 100px 0px;
  background-image: url(../img/about-bg.png);
  background-size: 73%;
  background-repeat: no-repeat;
  background-position: -91% 209%;
}
.contact-img-wrap img {
  width: 63px;
  height: 63px;
}


.contact-img-wrap {
  flex: 0 0 20%;
}
.contact-us input,
.contact-us select {
  height: 45px;
}
.contact-us select {
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.contact-us input::placeholder,
.contact-us textarea::placeholder,
.contact-us select::placeholder {
  color: #fff;
  font-size: 13px;
}
.contact-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-con-wrap h6 {
  font-size: 22px;
}
.contact-con-wrap a {
  font-size: 17px;
  word-break: break-word;
}
/* responsive starts here */
@media (max-width: 1024px) {
  .contact-img-wrap img {
    width: 39px;
    height: 39px;
  }
}
@media (max-width: 480px) {
  .contact-img-wrap img {
    width: 61px;
    height: 61px;
  }
  .contact-heading-wrapper h1,
  .contact-heading-wrapper h2 {
    font-size: 45px;
  }
}
/* responsive ends here */
