@media only screen and (min-width: 768px) and (max-width: 992px) {
    .fulfillable-buttons-container {
        justify-content: space-around!important;
    }
}
.fulfillable-buttons-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.fulfillable-buttons-item {
    height: 55px;
    width: 160px;
    margin-top: 10px;
    text-align: center;
}