.news-list {
  background: url("../images/news-test-banner.webp") center center / cover no-repeat;
     padding: 8.5rem 0 4rem 0;
}

.news-d {
  background: url("../images/news-test-banner.webp") center center / cover no-repeat;
     padding: 8.5rem 0 4rem 0;
}
.news-list h1{
    
}

.insight-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 12px;
  border: 1px solid #e6e8ec;box-shadow: 0px 0px 16px 0px #EAEAEA;

}

.insight-card:last-child {
  margin-bottom: 0;
}

.insight-card small {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.insight-card h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c1c1c;
}

.insight-card p {
  font-size: 15px;
  margin-bottom: 0;
  color: #555;
  line-height: 1.5;
}
.news-details h3{
font-weight: 600;
font-size: 18px;
}
.short-d{
font-family: Libre Baskerville;
font-weight: 400;
font-size: 22px;
line-height: 30px;
}
.article-meta {
  
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  opacity: 0.9;
}

.meta-item strong {
  font-weight: 600;
}

.meta-divider {
  opacity: 0.6;
}

