/* =========================
   PAGE
========================= */

.page .content {
  font-family: "Mulish", sans-serif;
  color: #033215;
  font-size: 15px;
  line-height: 1.7;
}

.page .content p {
  margin: 0 0 18px;
}

.page .content p:last-child {
  margin-bottom: 0;
}

.page .content strong {
  font-weight: 800;
}

.page .content h2,
.page .content h3,
.page .content h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #033215;
  margin: 44px 0 16px;
  line-height: 1.25;
}

.page .content a {
  color: #006832;
  text-decoration: underline;
}


