@media only screen and (max-width: 768px) {
    section.content:not(.sticky-top) {
        position: relative;
        padding-top: 0px !important;
        padding-bottom: 60px;
    }
}