@media only screen and (max-width: 25rem){
    .itm-stage .content {
        -ms-flex-pack: initial;
        justify-content: initial;
        margin: 1.5rem 1rem;
    }
    .cms-row .itm-stage .gradient.type-blue{
        bottom: auto !important;
        top: 0 !important;
    }
    .cms-row .itm-stage .gradient.type-blue:before{
        bottom: -6.20rem !important;
        top: auto !important;
        background: linear-gradient(180deg,#0c2340,transparent) !important;
        background: -webkit-linear-gradient(top,#0c2340,transparent) !important;
    }
     .cms-row .itm-stage .gradient.type-white{
        bottom: auto !important;
        top: 0 !important;
    }
    .cms-row .itm-stage .gradient.type-white:before{
        bottom: -6.20rem !important;
        top: auto !important;
        background: linear-gradient(180deg,#ffffff,transparent) !important;
        background: -webkit-linear-gradient(top,#ffffff,transparent) !important;
    }
}