.contact-page .box {
  margin-bottom: 30px;
}

.contact-page .info-box {
  padding: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  background: #ffffff;
  text-align: center;
  height: 100%;
}

.contact-page .info-box h2 {
  font-size: 20px;
  font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
  color: #424242;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 16px;
}

.contact-page .info-box p, .contact-page .info-box a {
  font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #424242;
  display: block;
}

.contact-page .info-box a {
  transition: all 350ms ease-out;
}

.contact-page .info-box a:hover {
  color: #31a500;
}

.contact-page .map-area {
  margin-top: 20px;
}

.contact-page .map-area #map {
  height: 400px;
}

.contact-page .form-area {
  margin-top: 20px;
}

.contact-page .form-area h2 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-page .info-box h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-page .box {
    margin-bottom: 15px;
  }
}

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

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