    .cards-equal-height {
        display: flex;
        flex-wrap: wrap;
    }
    
    .cards-equal-height .col-md-4 {
        display: flex;
    }
    
    .equality-card {
        border: none;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: linear-gradient(145deg, #ffffff, #f8f9fa);
        width: 100%;
    }
    
    .equality-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    }
    
    .card-body {
        padding: 25px;
    }
    
    .card-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 1.4rem;
        margin-bottom: 15px;
        color: #333;
    }
    
    .card-text {
        color: #555;
        line-height: 1.6;
        margin-bottom: 20px;
        flex-grow: 1;
        text-align: justify;
    }
    
    .card-icon {
        font-size: 2.5rem;
        margin: 15px 0;
        color: #6a11cb;
        text-align: center;
    }
    
    .btn-equality {
        background: linear-gradient(to right, #6a11cb, #2575fc);
        border: none;
        border-radius: 30px;
        color: white;
        padding: 8px 20px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
    
    .btn-equality:hover {
        background: linear-gradient(to right, #2575fc, #6a11cb);
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        color: white;
    }
    
    .rainbow-simple {
        font-weight: 800;
        font-size: 1.4rem;
        background: linear-gradient(to right, 
            #e363e9 , #93094c , #e54492, #ec3990 );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        display: inline-block;
    }
    
    .rainbow-simple-lgtbqmas {
        font-weight: 800;
        font-size: 1.4rem;
        background: linear-gradient(to right, 
            #63d3e9 , #86007D, #7943d3 , #63a6e9 , 
            #0000F9, #86007D);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        display: inline-block;
    }

    .rainbow-equidad {
        font-weight: 800;
        font-size: 1.4rem;
        background: linear-gradient(to right, 
             #5cb8f4, #67af4a);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        display: inline-block;
    }
    .card i.fa-users {
    color: #6c63ff;
}

