.image-content{display:flex;flex-direction:column;justify-content:space-between;gap:2rem}@media screen and (min-width:750px){.image-content{gap:4.5rem;flex-direction:row}}@media screen and (min-width:990px){.image-content{gap:9rem}}.image-content img{height:auto;width:100%}.image-content__section{align-items:center;display:flex;flex-direction:column;gap:2rem;min-width:40%}@media screen and (min-width:750px){.image-content__section{gap:6rem;max-width:67rem}}@media screen and (min-width:990px){.image-content__section{min-width:unset}}.image-content__section:nth-of-type(even){margin-top:4rem}.image-content__section:nth-of-type(odd) img{align-self:flex-start;max-width:35rem}.image-content__section:nth-of-type(even) img{align-self:flex-end;max-width:28rem}@media screen and (min-width:750px){.image-content__section:nth-of-type(even) img{margin-top:6rem;max-width:100%;align-self:center}}.image-content__section h2{align-self:flex-start;margin-top:0}@media screen and (min-width:750px){.image-content__section h2{max-width:70rem}}@media screen and (min-width:990px){.image-content__section h2{max-width:42rem}}.image-content__section h2 span{display:block;text-transform:uppercase}.image-content__section h2 span em{text-transform:none}.image-content__copy h3{font-family:var(--font-body-family)}.image-content__copy p{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:2rem;line-height:1.48}@media screen and (min-width:750px){.image-content__copy p{font-size:2.5rem;max-width:47rem}}