.exhibition-hero-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.exhibition-hero-image:hover {
  transform: scale(1.02);
}



.exhibitions_date {
  font-size: 16px;
  color: #666;
  font-weight: 600;
  margin-top: 4px;
}


.head_title2 {margin: 10px 0px 0px 0px;font-size: 24px;letter-spacing:-0.2px;}