
.container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
  color: #4b2e1e;
}

.img-thumbnail {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 280px;
  object-fit: cover;
  width: 100%;
}


