/* Shared inner-page hero treatment */
.inner-hero{padding:58px 0 62px;text-align:center}
.inner-hero>.container,.inner-grid{display:flex;flex-direction:column;align-items:center;gap:0}
.inner-grid>div{width:100%;display:flex;flex-direction:column;align-items:center}
.inner-hero .breadcrumb{justify-content:center;margin-bottom:22px}
.inner-hero .page-badge{margin:0 auto}
.inner-hero h1{width:100%;max-width:900px;margin:17px auto 15px;text-align:center;text-wrap:balance}
.inner-hero p{width:100%;max-width:760px;margin:0 auto;text-align:center;text-wrap:balance}
.inner-grid>img{width:min(310px,70vw);height:170px;max-height:170px;margin:24px auto -24px;object-fit:contain;filter:drop-shadow(0 14px 20px rgba(30,58,138,.10))}
.list-hero .content-search{width:min(650px,100%)}
@media(max-width:620px){.inner-hero{padding:38px 0 44px}.inner-hero h1{font-size:2.15rem;line-height:1.14}.inner-hero .breadcrumb{margin-bottom:18px}.inner-grid>img{height:135px;max-height:135px;margin-top:18px;margin-bottom:-18px}}
