.row-fixed-button {
    display: flex;
}

.column-fixed-button {
    flex: 50%;
}
.column-fixed-button-2 {
    flex: 10%;
}

.column-fixed-button-2 > .small {
    font-size: 9px;
}