.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.carousel-item img {
    max-height: 500px; /* Ajuste consoante o layout desejado */
    width: auto;
    margin: auto;
}
