.logo{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 40px;   
    border-radius: 50%;
    object-fit: contain;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 5px;

}

.img-logo{
    width: 100px; height: auto;
}

.pc-sidebar .m-header {
    height: 150px;
    display: flex
;
    align-items: center;
    padding: 16px 24px;
}


.page-title, .page-header *{
    text-align: left;
    font-size: 1.5rem !important;
    font-weight: 400 !important; 
    
}