Я надеюсь, что вы ищете это, пожалуйста, посмотрите на приведенный ниже рабочий фрагмент.
<link href="https://bulma.io/css/bulma-docs.min.css?v=201810132054" rel="stylesheet" />
<br>
<div class="container">
<div class="columns is-multiline is-mobile">
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card bd-klmn">
<div class="card-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div>
</div>
<div class="card bd-klmn">
<div class="card-content">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
</div>
<div class="card bd-klmn">
<div class="card-content">There are many variations of passages of Lorem Ipsum available</div>
</div>
</div>
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card bd-klmn">
<div class="card-content">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
</div>
<div class="card bd-klmn">
<div class="card-content">There are many variations of passages of Lorem Ipsum available</div>
</div>
<div class="card bd-klmn">
<div class="card-content">Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</div>
</div>
</div>
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card bd-klmn">
<div class="card-content">There are many variations of passages of Lorem Ipsum available</div>
</div>
<div class="card bd-klmn">
<div class="card-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div>
</div>
<div class="card bd-klmn">
<div class="card-content">Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</div>
</div>
</div>
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card bd-klmn">
<div class="card-content">Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</div>
</div>
<div class="card bd-klmn">
<div class="card-content">There are many variations</div>
</div>
<div class="card bd-klmn">
<div class="card-content">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
</div>
</div>
</div>
</div>
Обновленный ответ, основанный на обновленном требовании вопроса, только незначительное обновление класса столбца, и мы закончили
<link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.css" rel="stylesheet"/>
<style>
.mb-medium { margin-bottom: 1.5rem }
</style>
<br>
<div class="container">
<div class="columns is-multiline is-mobile">
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card mb-medium">
<div class="card-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div>
</div>
<div class="card mb-medium">
<div class="card-content">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
</div>
<div class="card mb-medium">
<div class="card-content">There are many variations of passages of Lorem Ipsum available</div>
</div>
</div>
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card mb-medium">
<div class="card-content">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
</div>
<div class="card mb-medium">
<div class="card-content">There are many variations of passages of Lorem Ipsum available</div>
</div>
<div class="card mb-medium">
<div class="card-content">Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</div>
</div>
</div>
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card mb-medium">
<div class="card-content">There are many variations of passages of Lorem Ipsum available</div>
</div>
<div class="card mb-medium">
<div class="card-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div>
</div>
<div class="card mb-medium">
<div class="card-content">Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</div>
</div>
</div>
<div class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile">
<div class="card mb-medium">
<div class="card-content">Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</div>
</div>
<div class="card mb-medium">
<div class="card-content">There are many variations</div>
</div>
<div class="card mb-medium">
<div class="card-content">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
</div>
</div>
</div>
</div>