.pf-proceso-compra{

display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
margin:40px 0;

}

.pf-paso{

text-align:center;
max-width:250px;

}

.pf-numero{

width:50px;
height:50px;

border-radius:50%;

background:#c49a6c;
color:white;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;
font-weight:bold;

margin:0 auto 15px auto;

}

.pf-paso h3{

margin-bottom:10px;

}

.pf-paso p{

font-size:14px;
line-height:1.4;

}