/*
Theme Name: ArcHub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: archub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: archub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.cliente-listado {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cliente-ficha {
    border: 1px solid #ccc;
    padding: 20px;
    width: 30%;
    box-sizing: border-box;
}

.cliente-nombre {
    font-size: 1.5em;
    margin-bottom: 10px;
}