

header h1{
    font-size:3rem;
    line-height:3.5rem;
}

header p{
    font-size:2rem;
}
.prf-beneficios{
    margin-bottom:2.5rem;
}
#beneficios .container-cajas{
    display:grid;
    grid-template-columns: repeat(2, 0.5fr);
    width: 768px;
    margin: 0 auto;

}
#beneficios .container-cajas .caja{
    margin-bottom:4rem;
    width:320px;
}
#beneficios .container-cajas .caja:hover{
    width:350px;
    transition: ease-in-out 0.2s
    
}
