.rg-who{padding:60px 0; background:#FFFDF8; border-top:1px solid #E7DBC2; border-bottom:1px solid #E7DBC2; font-family:'Inter',sans-serif; color:#2B1721;}
.rg-who__wrap{max-width:1160px; margin:0 auto; padding:0 28px;}
.rg-who__eyebrow{font-weight:700; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:#B8431F; text-align:center;}
.rg-who__heading{font-family:'Baloo 2',sans-serif; font-size:26px; text-align:center; margin:8px auto 36px; max-width:560px;}
.rg-who__grid{display:grid; grid-template-columns:repeat(5,1fr); gap:16px;}
.rg-who__item{text-align:center;}
.rg-who__icon{width:52px; height:52px; margin:0 auto 12px; border-radius:14px; background:#F3E9D6; display:flex; align-items:center; justify-content:center; overflow:hidden;}
.rg-who__icon img{width:28px; height:28px; object-fit:contain;}
.rg-who__item h5{font-family:'Baloo 2',sans-serif; font-size:14px; margin-bottom:4px;}
.rg-who__item p{font-size:12px; color:#6B5A62; line-height:1.4;}

@media(max-width:980px){ .rg-who__grid{grid-template-columns:repeat(2,1fr); row-gap:24px;} }