#fullNews .news-content img {
   width: 100%;
   height: auto;
   /* max-height: 300px; */
   object-fit: cover;
   border-radius: 6px;
   margin-bottom: 15px;
   border: 1px black;
}

#fullNews .news-content h3 {
   font-size: 20px;
   font-weight: 700;
   color: #222;
   margin-bottom: 8px;
   text-align: left;
}

#fullNews .news-content .news-date {
   font-size: 13px;
   color: #999;
   margin-bottom: 12px;
}

#fullNews .news-content .news-body {
   font-size: 16px;
   color: #444;
   line-height: 1.7;
}