@media screen and (max-width: 991px) {


    .mbl-carousel-homepage{
      display: flex;
      flex-direction: column;
    }

    .mbl-carousel-homepage>div{
        width: 100%;
    }

    .mbl-img{
        height: 500px!important;
        width: 100%;
    }

    .mbl-bottom-carousel{
        border-left: unset!important;
    }

    .mbl-bottom-carousel h4{
        font-size: 1rem!important;
    }

    .mbl-bottom-carousel>div{
        margin-bottom: 35px;
        margin-top: 15px;
    }

    .carousel-indicators{
        margin-bottom: 0.5rem!important;
    }
}

@media screen and (max-width: 568px){
    .mbl-img{
        height: 300px!important;
    }

    .mbl-bottom-carousel{
        height: 270px;
        max-height: 270px;
        flex-direction: column;
        justify-content: space-between!important;
    }

    .mbl-bottom-carousel h4{
        max-height: 117px;
        overflow: hidden;
    }

    .mbl-bottom-carousel>div{
        margin-top: 0px;
    }
}