/* Target the carousel items */
.vc_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Vertically center content within the slide */
}