.w-400 {
  height: 350px !important;
  width: 100%;
}

.gallery-img {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
}
.vh-80 {
  height: 80vh !important;
}
.vh-50 {
  height: 50vh !important;
}