.contact-banner {
  width: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.contact-banner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.contact-banner img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.contact-info {
  padding: 120px;
  line-height: 26px;
  color: #666;
}
.contact-info .common {
  flex-wrap: wrap;
}
.contact-info .item {
  width: 380px;
  margin: 60px;
}

.contact-help .common {
  justify-content: space-between;
}
.contact-help .common .item {
  width: 225px;
  line-height: 26px;
}
.contact-help .common .item img {
  display: block;
  height: 50px;
  margin-bottom: 12px;
}
.contact-help .common .item .text {
  color: #9A9A9A;
}
.contact-help .common .item .action {
  color: #9A9A9A;
}
.contact-help .common .item .action:hover {
  color: rgb(3, 99, 62);
}

@media (max-width: 960px) {
  .contact-info {
    padding: 40px;
  }
  .contact-info .common {
    align-items: center;
  }
  .contact-info .common .item {
    width: 100%;
    margin: 30px;
  }
  .contact-help {
    padding: 0 20px;
  }
  .contact-help .common {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contact-help .common .item {
    margin-bottom: 20px;
  }
  .contact-help .common .item img {
    margin: 0 auto 12px;
  }
}

/*# sourceMappingURL=contact.css.map */
