.rg-sell{padding:80px 0; background:#FBF4E7; font-family:'Inter',sans-serif; color:#2B1721;}
.rg-sell__wrap{max-width:1160px; margin:0 auto; padding:0 28px;}
.rg-sell__eyebrow{font-weight:700; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:#B8431F; text-align:center;}
.rg-sell__heading{font-family:'Baloo 2',sans-serif; font-size:34px; text-align:center; margin:10px auto 44px; max-width:600px;}
.rg-sell__grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
.rg-sell__card{background:#FFFDF8; border:1px solid #E7DBC2; border-radius:16px; padding:26px 20px;}
.rg-sell__num{font-family:'Baloo 2',sans-serif; color:#D8552F; font-size:22px; margin-bottom:12px;}
.rg-sell__card h4{font-family:'Baloo 2',sans-serif; font-size:16px; margin-bottom:8px;}
.rg-sell__card p{font-size:13.5px; color:#6B5A62; line-height:1.55;}

@media(max-width:980px){ .rg-sell__grid{grid-template-columns:repeat(2,1fr);} }