.news_details-con {
  padding: 20px;
}

.news_details-con .news_details-img img {
  width: 100%;
  max-width: 1200px;
  max-height: 500px;
  border-radius: 20px;
  height: auto;
}




.news_details2-con {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

/* LEFT SIDE */
.news-left .news-heading {
  font-size: 34px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.news-left p {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* RIGHT SIDE */
.news-right {
  background: #dbd7d7;
  border-radius: 12px;
  padding: 20px;
}

.other-news-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.news_details2-con .news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 20px;
}

.news_details2-con .news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.news_details2-con .news-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 14px;
}

.news_details2-con .news-content {
  padding: 18px 15px;
}

.news_details2-con .news-title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.news_details2-con .news-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .news_details2-con {
    flex-direction: column;
  }
  .news-right {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .news-left .news-heading {
    font-size: 26px;
  }
  .news-left p {
    font-size: 15px;
  }
}
