@media screen and (max-width: 1200px) {
  .contact-type .contact-type-item {
    width: 24%; }
    .contact-type .contact-type-item .btn {
      width: 80%; } }
@media screen and (max-width: 640px) {
  .contact-type {
    flex-wrap: wrap; }
    .contact-type .contact-type-item {
      width: 100%;
      margin-bottom: 15px; }
      .contact-type .contact-type-item img {
        width: 100px; }

  .contact-other {
    flex-direction: column;
    margin: 45px 0; }
    .contact-other > div.left {
      border: none; } }

/*# sourceMappingURL=contact-us.css.map */
