
@media screen and (max-width: 1000px) {
    .ly_download_3 .list_box .list .download_item:nth-child(n+3) {
        display: none;
    }
    .ly_download_3 .list_box .list.show-all .download_item:nth-child(n+3) {
        display: flex;
    }
    .ly_download_3 .download_load_more {
        margin-top: 20px;
        text-align: center;
    }
    .ly_download_3 .download_load_more a {
        display: inline-block;
        min-width: 160px;
        padding: 12px 32px;
        font-size: 14px;
        line-height: 1.4;
        color: #000;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 999px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .5px;
        transition: background-color .25s ease, color .25s ease;
    }
}
