@media(max-width:768px) {

    .pmlm-dashboard-wrapper {
        flex-direction: column;
    }

    .pmlm-sidebar {
        width: 100%;
    }

    .pmlm-main-content {
        width: 100%;
    }

}