<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<style>
/* options with image */
.opciones {
overflow:hidden;
text-align: center;
margin:auto;
}
.opcion {
display:inline-table;
border:1px solid #ccc;
border-radius: 10px;
padding:15px;
height:100px;
width:300px;
margin:15px;
}
</style>
</head>
<body>
<div class="opciones">
<div class="opcion">texto 1 con varias lineas
<h3> Ens encarraguem de tot</h3>
<j5> Explica'ns què necessites i farem un estudi i
</div>
<div class="opcion">texto 2</div>
<div class="opcion">texto 3</div>
</div>
</body>
</html>