.carousel-inner{
    height: 400px;
}

.carousel-control-side {
    position: static;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    align-self: center;
}

.carousel-content {
    position: relative;
    display: inline-flex;
    justify-content: center;
}

.carousel-img {
    display: block;
    max-height: 400px;
    width: auto;
}

.carousel-item.active{
    display: flex;
    justify-content: center;
}

.carousel-caption {
    color: #000000;
    top: 0;
    bottom: unset;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.4rem 1rem;
    background: rgba(254, 246, 238, 0.6);
    text-align: center;
}
