.aboutustittle {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Belleza';
    font-size: 2rem;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra suave y elegante */
}

.aboutlist {
    list-style: none;
    margin: 0%;
    padding: 10%;
}

.aboutlist li {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.despacholi {
    background-color: #0f283d;
}

.estrategiasli {
    background-color: #333333;
}

.compromisoli {
    background-color: #e0ac53;
}

.despacho {
    background-image: url('img/despachoimg.png');
    background-size: 150px;             
    background-repeat: no-repeat;
    background-position: -25px;
    padding-left:  45%;
    height: 150px;                         
    display: flex;
    font-size: 90%;
    align-items: center;   
    color: white; 
    height: 150px;
}

.estrategias {
    background-image: url('img/estrategiasimg.png');
    background-size: 125px;             
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 45%;                   
    height: 150px;                        
    display: flex;
    font-size: 90%;                     
    align-items: center;
    color: white; 
    height: 165px;
    text-align: right;
}

.compromiso {
    background-image: url('img/compromisoimg.png');
    background-size: 150px;             
    background-repeat: no-repeat;
    background-position: -25px;
    padding-left:  45%;
    height: 150px;                           
    display: flex;
    font-size: 90%;
    align-items: center;   
    color: white; 
    height: 155px;
}