@media  all and (min-width: 320px) and (max-width: 1200px) {
    .section-main{
        width: 100%;
    }
    .navigation-card:nth-child(odd){
        width: 48%;
        float: left;
        margin-right:0px !important;
    }
    .navigation-card:nth-child(even){
        width: 48%;
        float: right;
        margin-right:0px !important;
    }
    .banner-image{
        height: 200px;
    }
    .navigation-card-list{
        overflow: auto;
        padding: 0px 12px;
    }
}
