/*Write Css*/

.hausalagrihiniudhyog .dashboard-left-content .dashboard-list .list:nth-child(2) {
    display: none;
}

@media (max-width: 768px){
    .dashboard-contents-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 576px){
    .dashboard-left-content {
        width: 100% !important;
    }
}