.admin_grid_menu {
    /* display: grid;
    padding: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    max-width: 1400px;
    margin: auto;
    justify-items: center;
    justify-content: center;  */
    text-align: center;
}
.admin_grid_menu_item {
    width: 100%;
    height: 200px;
/*    max-width: 500px;*/
    
    margin: auto;
    text-align: center;
    
     background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(46, 46, 46, 0.6);
    -webkit-box-shadow: 1px 1px 10px rgba(46, 46, 46, 0.6);
    
    cursor: pointer;


    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;

    box-shadow: rgba(99, 99, 99, 0.3s) 0px 2px 8px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-radius: 20px;


}

.admin_menu_icon {
    width: 40px;
    height: 40px;
/*    background-color: aliceblue;*/
    margin-top: 30px;
}
.admin_menu_header {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.admin_menu_description {
    font-size: 16px;
    margin-top: 10px;
}