@media (max-width:575px){  
    #mainContent > section.section.pt-60.pb-40{
        margin-top: -60px;
        top: 0px !important;
    }
    .item-description { 
        bottom: 0px !important;
    }
    footer {
        margin-top: -40px !important;
    }
}