.carousel-card {
  width: 100%;
  max-width: 650px;
  height: 480px;
  margin: auto;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-card img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  margin-bottom: 15px;
}

.carousel-card p {
  font-size: 1.05rem;
  color: #444;
}