@media (max-width: 900px) {
    .main-section{
        width: 100%;
        height: 100%;
        margin-top: 50px;
        padding: 10px;
        background-color: #1e1e1e;
        border-radius: 0px;
    }

    .user-department{
        font-size: 12px;
        line-height: 1.2; 
        margin-right: 1px;
    }

    .resource-tab{
        margin-bottom: 1.5rem !important;
    }

    .main-section-2{
        width: 100%;
        height: 100%;
        margin-top: 50px;
        padding: 10px;
        background-color: #ebebeb;
        border-radius: 0px;
    }
}