.volunteerSection{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(45px,8vw,110px);align-items:start;background:#f1eadf}
.volunteerSection h2{font-size:clamp(2.8rem,4.8vw,4.8rem)}
.volunteerSection>div:last-child{padding:clamp(28px,4vw,44px);background:#fff;border-left:5px solid var(--gold)}
.volunteerSection h3{font:1.7rem/1.2 Georgia,serif;margin:0 0 14px}
.volunteerSection ul{margin:20px 0 26px;padding-left:22px}
.volunteerSection li{margin:8px 0}
.volunteerSection .button{margin-top:6px}
#volunteers,#volunteer-opportunities{scroll-margin-top:105px}
@media(max-width:720px){.volunteerSection{grid-template-columns:1fr;gap:28px}}
