.block-layout-button-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    li{
        width: 50%;
        padding: 0 5px;

    }
    .components-button.is-button{
        width: 100%;
        text-align: center;
        height: auto;
        display: inline-block;
        padding-top: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
}