.siteZipline .inner-container {
  max-width: 1020px;
  margin: 0 auto;
}
.siteZipline h1,
.siteZipline h2,
.siteZipline h3,
.siteZipline h4,
.siteZipline h5,
.siteZipline h6,
.siteZipline .h1,
.siteZipline .h2,
.siteZipline .h3,
.siteZipline .h4,
.siteZipline .h5,
.siteZipline .h6 {
  margin-top: 0;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-feature-settings: "kern", "liga" 0, "calt" 0;
  -webkit-font-smoothing: antialiased;
}
.siteZipline h1,
.siteZipline .h1 {
  font-family: 'Sofia Rough Black Two', "fantasy", "serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 30px;
}
.siteZipline h2 {
  color: #0b5e16;
  font-size: 26px;
  line-height: 30px;
}
.siteZipline h3 {
  color: #0b5e16;
  font-size: 20px;
  line-height: 28px;
}
.siteZipline h4 {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .siteZipline h1,
  .siteZipline .h1 {
    font-size: 86px;
    line-height: 74px;
  }
  .siteZipline h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .siteZipline h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .siteZipline h4 {
    font-size: 20px;
    line-height: 28px;
  }
}