/* ==========================================================================
  1. News Section
   ========================================================================== */

   .news-img {
  width: 80%;
  height: 220px; /* you can increase this height if you want taller images */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.card-title {
  color: #2A8F44;
  font-size: 16px;
  font-weight: bold;
}