.has-text-align-center {
    text-align: center;
}

.home-carousel {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
}

.home-carousel .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}

.carousel-caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}

