.carousel {
    max-width: 1100px;
}

.carousel-inner{
    border-radius: 12px;
}

.carousel-caption{
    background-color: rgba(0,0,0,.5); 
    min-height: 7.2em;
    bottom: 0;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
    left: 0 !important;
    right: 0 !important;
}

.carousel-caption-title{
    color: white;
}

.carousel-caption-paragraph{
    color: white;
}

.carousel-indicators{
    margin-bottom: .1em !important;
}

.carousel-indicators [data-bs-target]{
    background-color: white !important;
}