
.home-content-img {
  max-height: 250px;
  object-fit: cover;
  width: 75%;
  border-radius: 25px;
}

.alert-fixed {
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}