.lns-documents .button-wrap {
    display: flex;
}

@media  screen and (max-width: 767px) {
    .lns-documents .button-wrap {
        flex-direction: column;
    }
}
