/* Bounded refinements to the approved Home and About composition. */
.cis-today{display:grid;grid-template-columns:1fr 2fr;gap:70px;padding-block:65px;align-items:start}
.cis-today>h2{font:40px/1.15 Noticia,Georgia,serif;color:var(--green);margin:0}
.cis-today .letter p:first-child{margin-top:0}
.job-example{border-left:4px solid var(--aqua);padding:12px 0 12px 32px;align-self:center}
.job-example h3{font:25px/1.3 Noticia,Georgia,serif;color:var(--green);margin:0 0 20px}
.job-example ul{padding-left:22px;margin:0 0 20px}
.job-example li{font-size:17px;line-height:1.6;margin:10px 0;padding-left:3px}
.job-example p{font-size:16px}
@media(max-width:700px){.cis-today{grid-template-columns:1fr;gap:24px;padding-block:40px}.cis-today>h2{font-size:32px}.job-example{padding-left:22px}.job-example h3{font-size:23px}}
