.rowFind {
    display: table;
}
.rowFind [class*="col-"] {
    display: table-cell;
    /* Propiedades de estilo, no afectan al funcionamiento */
    text-align: center;
    background-color: #ddd;
    color: #666;
    border: 10px solid #eee;
}

* {
  
}

