@media(max-width:1200px){

    .dxb-hero-v2-grid{
        grid-template-columns:1fr !important;
    }

}

@media(max-width:768px){

    .dxb-hero-big-card{
        height:420px;
    }

    .dxb-stack-card{
        height:220px;
    }

}