.carousel-item img {
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 50vh;
    bottom: 0;
}

.carousel-caption p {
    font-size: 20px;
    margin-bottom: 10px;
}

.carousel-caption h5 {
    font-size: 30px;
}

.carousel-caption a {
    font-size: 18px;
}

.carousel .card {
    height: min-content;
    padding: 0px 0;
    background-color: rgba(255, 255, 255, 0.87);
}

#center {
    justify-content: center;
}

#left {
    justify-content: flex-start;
}