.title-news-detail {
  font-size: 1.5em;
  color: black;
}
#berita-populer .title-populer {
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  .title-news-detail {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  #berita .blog-title {
    margin-top: 10px;
  }
  #berita-populer .title-populer {
    margin-top: 10px;
  }
}

/* .con-image-detail img {
  height: 100%;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .con-image-detail {
    height: 300px;
  }
} */
