#aiutaci .page-content{
    margin: -1.33rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

#aiutaci .box{
    margin: 1.33rem;
    flex-direction: column;
    width: 23.33rem;
}

#aiutaci .box>.img{    
    width: 100%;
    height: 13.33rem;
    background-size: cover;
    background-position: center;
}

#aiutaci .box>.text{
    height: 18.33rem;
    flex-direction: column;
    padding: 0px 1.33rem 1.33rem 1.33rem;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

#aiutaci .box>.text>.title  {  
    justify-content: center;
    color: #c07120;
    font-size: 2rem;
    font-weight: 400;
    font-style: italic;
    margin: 0.66rem 0 0.33rem 0;
}

#aiutaci .box>.text>.iban  {
    font-weight: 600;
    margin: 0.73rem 0;
}

#aiutaci .box>.text>.cf  {
    font-weight: 600;
    font-size: 1.6rem;
    color: #c07120;
    padding: 0.41rem;
    margin-top: 0.66rem;
}

#aiutaci .button{
    width: 10rem;
    height: 3rem;
    padding: 0.66rem;
    margin-top: 0.66rem; 
    justify-content: center;
    align-items: center;
    border-radius: 0.66rem;
    color: white;
    font-weight: 600;
    font-size: 1.33rem;
    background-color: #c07120;
    cursor: pointer;
}