.design-notes .page-width{display:flex;flex-direction:column;justify-content:space-between;gap:2rem}@media screen and (min-width:750px){.design-notes .page-width{gap:9rem;flex-direction:row}}.design-notes__section{align-items:center;display:flex;flex-direction:column;gap:2rem}.design-notes__section:nth-of-type(even){margin-top:4rem}.design-notes__section:nth-of-type(odd) img{align-self:flex-start;max-width:22rem}.design-notes__section:nth-of-type(even) img{align-self:flex-end;max-width:28rem}@media screen and (min-width:750px){.design-notes__section{gap:6rem;max-width:67rem}.design-notes__section:nth-of-type(even){margin-top:6rem}.design-notes__section:nth-of-type(odd) img{align-self:center;max-width:100%}.design-notes__section:nth-of-type(even) img{align-self:center;max-width:100%}}.design-notes__section h1{align-self:flex-start;margin-top:0;max-width:25rem}@media screen and (min-width:750px){.design-notes__section h1{max-width:37rem}}.design-notes__section h1 span{display:block;text-transform:uppercase}.design-notes__section h1 span em{text-transform:none}.design-notes__section img{height:auto;max-width:100%}.design-notes__copy{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:2rem;line-height:calc(37/25)}@media screen and (min-width:750px){.design-notes__copy{font-size:2.5rem;max-width:47rem}}