#news-detail #title {
  font-size: 1.5rem;
  font-weight: 500;
}

#news-detail #main-content img {
  max-width: 100%;
  height: auto !important;
  object-fit: cover;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #news-detail #title {
    font-size: 1.3rem;
  }
  #slide img {
    height: 30vh;
  }
}
