body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

/* Estilos para el contenedor de CLIENTES RECONOCIDOS */
.bienvenida-container {
    background-color: #1e003a;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 2.5rem;
    /* Tamaño del texto */
}




.custom-img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.expert-title {
    color: #405B8A;
    text-align: center;

}

.custom-img {
    margin-bottom: 10px;
   
}

.centered-text {
    text-align: center;
    font-size: 20px; /* Ajusta este valor para controlar el tamaño de la fuente */
    margin-top: 25px; /* Ajusta este valor para el espacio deseado */
}