html {
    --color-header: #444444;
}


.carousel-content {
    width: 50%;
    padding: 10px 30px;
}


@media (max-width: 992px) {
    .carousel-Banners-default .crop-wrap {
        background-position: center center !important;
        margin-bottom: 15px;
    }

    .carousel-content {
        width: 100%;
        position: static;
    }
}