.single-article-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .single-article-heading {
    flex-direction: column;
  }
}
.single-article-heading .post-heading {
  width: 100%;
}
.single-article-heading .post-box span {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single-article-heading .post-box span {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.single-article-heading h1.news-title {
  font-family: Gabarito, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 768px) {
  .single-article-heading h1.news-title {
    font-size: 32px;
  }
}
.single-article-heading .featured-image {
  width: 100%;
  max-width: 871px;
}
.single-article-heading .featured-image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 871/464;
}

/*# sourceMappingURL=style.min.css.map */
