.carousel .carousel-indicators {
    margin-bottom: 2.7rem;
    z-index: 3;
}

.carousel .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
    width: 10%;
    z-index: 3;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 4px;
}

.carousel-item {
    background-position: center;
}

@media (max-width: 1199px) {
    .carousel .carousel-indicators {
        margin-bottom: 2rem;
    }
}