.dashboard {
    margin-top: 50px;
    margin-bottom: 0px;
}

.dashboard .dash-menus { 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.dashboard .dash-menus .menu-item {
    text-align: center;
    width: 50%;
    background-color: #FFB71B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.dashboard .dash-menus .menu-item:nth-child(odd) {
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
}
.dashboard .dash-menus .menu-item:nth-child(even) {
    border-bottom: 1px solid #828282;
}
.dashboard .dash-menus .menu-item a {
    color: #fff;
    text-decoration: none;
    font-family: Quicksand-Light;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dashboard .dash-menus .menu-item img {
    width: 45px;
    margin-bottom: 10px;
}
.dashboard .dash-menus .menu-item p {
    margin: 0;
}