.news-page {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .news-page {
    margin-bottom: 60px;
  }
}

.entry-meta {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
}
.entry-content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 320px) {
  .entry-content h2 {
    font-size: 26px;
  }
}
.entry-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.entry-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 320px) {
  .entry-content p {
    font-size: 16px;
  }
}
.entry-content hr {
  width: 200px;
  height: 2px;
  margin: 0 auto 24px auto;
  background-color: #FF0D19;
}
.entry-title {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 480px) {
  .entry-title {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 320px) {
  .entry-title {
    font-size: 32px !important;
  }
}
.entry-header {
  margin-top: 0 !important;
}

.ast-single-post.ast-page-builder-template .site-main > article {
  padding: 0 !important;
}

.post-navigation {
  display: none;
}/*# sourceMappingURL=newspage.css.map */