.name_nieuw {
    background: #d9e7eb;

    .bottom .middle {
    justify-content: flex-end!important;
    padding-left: 0!important;
    }

    .no-padding .free-tile {
        padding: 0!important;
    }
    #dashboardTitleAndControls {
        margin-bottom: 20px;
    }

    .dashboard-header {
        margin-bottom: 20px;
    }

    section.tile div.freecontent ul.m-btn_wrapper {
        padding-left: 0;
        display: flex;
        gap: 16px;

        li {                
            flex: 1;
            list-style: none;
            padding: 0;
            margin: 0;
            border-radius: 8px;


            a {
                text-decoration: none;
                display: flex;
                align-items: center;
                background: #BFE1C9;
                padding: 30px 46px 30px 25px;
                height: 100%;
                color: #303030;
                font-weight: 600;
                border-radius: 8px;
                position: relative;
                font-size: 20px;
                
                &::after {
                    position: absolute;
                    font-family: 'Font Awesome 6 Pro';
                    content: '\f054';
                    top: 50%;
                    transform: translateY(-50%);
                    right: 25px;
                    font-size: 16px;
                }

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }

    @media screen and (max-width: 872px) {
        section.tile div.freecontent ul.m-btn_wrapper {
            flex-direction: column;
        }

    }
}



