/*style is set in theme*/
@media (max-width: 576px) {
    .lm-button{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .lm-button > *{
        /*width: 100%;*/
    }
}
