.rt{--rt-max:1200px;--rt-gap:40px;--rt-bg:linear-gradient(135deg,#f8fafc,#e2e8f0);--rt-text:#222;--rt-muted:#333;background:var(--rt-bg);color:var(--rt-text);padding:40px 16px}.rt *{box-sizing:border-box}.rt__inner{align-items:center;display:grid;gap:var(--rt-gap);grid-template-columns:.6fr 1.4fr;margin:0 auto;max-width:var(--rt-max)}.rt__media{margin:0}.rt__card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;height:150px;justify-content:center;padding:14px;width:300px}.rt__img{display:block;height:auto;object-fit:contain;width:222px}.rt__content p{color:var(--rt-muted);font-size:17px;font-weight:400;line-height:26px;margin:0 0 16px}.rt__content h2{font-size:clamp(22px,3.5vw,32px);font-weight:600;line-height:1.25;margin:0 0 12px;text-align:center}@media (max-width:1024px){.rt{padding:32px 16px}.rt__inner{gap:28px;grid-template-columns:1fr 1fr}.rt__card{min-height:200px}}@media (max-width:768px){.rt__inner{gap:22px;grid-template-columns:1fr}.rt__content{text-align:left}.rt__content h2{text-align:center}.rt__img{width:130px}.rt__card{margin:0 auto!important;max-height:120px;max-width:200px;min-height:120px}}