#contents #nyuenmenu ul {
    display: block;
    padding: 10px;
    margin-bottom: 50px;
}

#contents #nyuenmenu ul li {
    float: unset;
    margin: 0 !important;
    width: 100%;
    margin-bottom: 8px !important;
}
#nms {
    margin-top: 30px;
    padding: 0 10px;
}

.searchIcon {
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    #contents #nyuenmenu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #contents #nyuenmenu ul li {
        float: unset;
        margin: 0 !important;
        width: 49.5%;
        margin-bottom: 8px !important;
    }
    #nms {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #nms a {
        margin: 0 !important;
        width: 49.5%;
    }
}