.bills{padding:0}
.bill{padding:48px 0;border-bottom:6px solid #111;scroll-margin-top:72px}
.bill:nth-child(odd){background:#fff}
.bill:nth-child(even){background:#111;color:#fff}
.bill:nth-child(even) p,.bill:nth-child(even) li{color:#ccc}
.bill h1,.bill h2{font-size:clamp(28px,5vw,52px);line-height:.95;text-transform:uppercase;margin-bottom:12px}
.bill .lead,.bill p{font-family:-apple-system,BlinkMacSystemFont,"Microsoft YaHei",sans-serif;font-weight:400;max-width:760px}
.bill ul{margin:12px 0 0 18px;font-family:-apple-system,BlinkMacSystemFont,"Microsoft YaHei",sans-serif}
.bill img{width:100%;max-width:720px;margin-top:16px;border:4px solid #111;aspect-ratio:16/9;object-fit:cover}
.bill.red{background:var(--red);color:#fff}
.bill.red p{color:#ffe8e8}
