/* Medium screen  */
@media (max-width: 767px) {
 
    body main.flex-grow {
        padding-top: 40px;
    }

}