.contact-index__header {
  padding: 50px 0;
}
.contact-index__header h1 {
  font-size: 2.875rem;
  line-height: 1em;
  color: #ea4f3c;
  font-family: "Larken", serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.contact-index__header p {
  font-size: 1.125rem;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.contact-index__banner {
  min-height: 275px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 64em) {
  .contact-index__banner {
    min-height: 485px;
  }
}
.contact-index__general {
  padding: 50px 0;
  text-align: center;
}
.contact-index__general h2 {
  font-family: "Larken", serif;
  color: #ea4f3c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 20px;
}
.contact-index__general p:first-of-type {
  margin-bottom: 0;
}
.contact-index__general p:nth-child(3) {
  margin-top: 0;
}
.contact-index__general .site-footer__social a {
  background-color: #ea4f3c;
}
.contact-index__pages {
  padding-bottom: 75px;
}
.contact-index__pages .flex {
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-index__page {
  width: 100%;
  border: 2px dotted #313a3a;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 40px 0;
  text-decoration: none;
  color: #313a3a;
}
@media (min-width: 64em) {
  .contact-index__page {
    width: 50%;
    border-right: 2px dotted #313a3a;
  }
}
.contact-index__page > span {
  display: block;
}
.contact-index__page:first-child {
  border-top: none;
  padding-top: 0;
}
@media (min-width: 64em) {
  .contact-index__page:first-child, .contact-index__page:nth-child(2) {
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 64em) {
  .contact-index__page:nth-child(odd) > span {
    padding-right: 110px;
  }
}
.contact-index__page:nth-child(even) {
  border-right: none;
}
@media (min-width: 64em) {
  .contact-index__page:nth-child(even) > span {
    padding-left: 110px;
  }
}
.contact-index__page h3 {
  font-family: "Larken", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #6ab28e;
}
.contact-index__page p {
  margin-bottom: 25px;
}

/*# sourceMappingURL=contact-index.css.map */
