.news-detail {
  margin: 60px auto 60px;
}
@media (max-width: 991px) {
  .news-detail {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .news-detail {
    margin-top: 40px;
  }
}
.news-detail .header-img img {
  width: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}
.news-detail a {
  color: #F45A00 !important;
  text-decoration: none !important;
}
.news-detail h2.wp-block-heading, .news-detail h2, .news-detail h3 {
  margin-top: 35px;
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .news-detail h2.wp-block-heading, .news-detail h2, .news-detail h3 {
    font-size: 20px !important;
  }
}
.news-detail p, .news-detail ul li {
  font-size: 18px !important;
  color: #F3C7A0;
}
@media (max-width: 767px) {
  .news-detail p, .news-detail ul li {
    font-size: 16px !important;
  }
}

.more-news .more-news-title {
  margin-bottom: 0px !important;
}
.more-news {
  margin-bottom: 30px;
}
/*# sourceMappingURL=newsroom-detail_v2.css.map */