.contact-page .page__title {
  border-bottom: 1px solid #a3a3a3;
}
.contact-page section {
  margin: 0 auto;
}
.contact-page section p {
  font-weight: 300;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .contact-page section p span {
    display: block;
  }
}
.contact-page .col__col2 {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.contact-page .col__col2 > div {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 2rem 2.4rem;
  width: 100%;
  font-size: 1.4rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
@media only screen and (min-width: 640px) {
  .contact-page .col__col2 > div {
    width: 49%;
  }
}
.contact-page .col__col2 > div h3 {
  margin-top: 0;
}
.contact-page .col__col2 > div a {
  background: #f7c02c;
  display: block;
  border-radius: 200px;
  padding: 1.2rem 0;
  text-align: center;
  width: 70%;
  margin: auto auto 0;
  transition: 0.3s;
}
.contact-page .col__col2 > div a:hover {
  background: #f3b005;
}
.contact-page .contact__action a {
  color: #0867d4;
}
.contact-page .contact__action a.btn_signup {
  background: #f7c02c;
  color: #282828;
  display: block;
  border-radius: 200px;
  padding: 1.2rem 0;
  text-align: center;
  width: 70%;
  max-width: 360px;
  margin: auto auto 0;
  transition: 0.3s;
}
.contact-page .contact__action a.btn_signup:hover {
  background: #f3b005;
}
.contact-page .contact__notice {
  font-weight: 600;
  color: #ef4f4f;
}
@media only screen and (min-width: 960px) {
  .contact-page .contact__notice {
    text-align: center;
  }
}/*# sourceMappingURL=contactus.css.map */