
.provider-hero {background:linear-gradient(120deg,#edf6fb,#f8fafb);border:1px solid #dce8ee;border-radius:20px;padding:32px;gap:24px}
.provider-hero>div {flex:1;min-width:0}
.provider-hero h1 {max-width:750px}
.provider-hero-art {width:34%;max-width:360px;height:auto;flex-shrink:0}
.provider-benefit img {display:block;width:100%;height:170px;object-fit:contain;background:#f8fafb;border-radius:12px}
.provider-benefit h3 {margin-top:20px}
.provider-offer {display:flex;align-items:center;gap:28px;margin-bottom:28px}
.provider-offer img {width:240px;height:auto;flex-shrink:0}
.provider-offer>div {min-width:0;max-width:780px}
.provider-page ol h3 {margin-top:0}
@media(max-width:700px) {
 .provider-hero {flex-direction:column;padding:22px;gap:4px}
 .provider-hero-art {width:100%;max-width:270px;align-self:center}
 .provider-offer {flex-direction:column;gap:12px}
 .provider-offer img {width:210px}
}
