main h1{height:2.5em;font-weight:800;background-color:var(--gray-700);place-content:center;text-align:center}main section{margin-top:var(--section-top-margin);display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"logo             desc" "download-a download-b";-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1.5rem}@media screen and (min-width: 768px){main section{grid-template-columns:2fr 1fr 1fr;grid-template-areas:"logo    desc           desc" "blank download-a download-b";-moz-column-gap:1rem;column-gap:1rem}}@media screen and (min-width: 1200px){main section{-moz-column-gap:2rem;column-gap:2rem}}main section img{grid-area:logo;max-width:100%;max-height:6rem;place-self:center}@media screen and (min-width: 1200px){main section img{place-self:flex-end;justify-self:center}}main section div.description{grid-area:desc}main section div.description p{font-weight:300}@media screen and (max-width: 359px){main section div.description p{hyphens:auto}}main section button{height:3.5rem}main section button.download-qs{grid-area:download-a}main section button.download-qj{grid-area:download-b}main section button.download-adobe-reader,main section button.isiplan-link{grid-area:download-a}@media screen and (max-width: 767px){main section button.download-adobe-reader,main section button.isiplan-link{grid-column:1/-1}}main section.adobe-reader{margin-top:4rem}@media screen and (max-width: 767px){main section.adobe-reader img{height:4rem}}
