.content-and-imagery{display:flex;position:relative;flex-direction:column;justify-content:space-between;padding:32px 0;background-color:var(--background-color);color:var(--text-color)}@media screen and (min-width: 750px){.content-and-imagery{flex-direction:row;align-items:center;padding:40px 0}}@media screen and (min-width: 1025px){.content-and-imagery{padding:80px 0}}@media screen and (min-width: 750px){.content-and-imagery.content-and-imagery--right{flex-direction:row-reverse}}@media screen and (min-width: 750px){.content-and-imagery.content-and-imagery--right .wrapper{flex-direction:row-reverse}}.content-and-imagery.content-and-imagery--full-width{padding:0 0 32px}@media screen and (min-width: 750px){.content-and-imagery.content-and-imagery--full-width{padding:0}}@media screen and (min-width: 750px){.content-and-imagery.content-and-imagery--full-width .wrapper{position:absolute;top:50%;left:50%;justify-content:flex-end;transform:translate(-50%, -50%)}}@media screen and (min-width: 750px){.content-and-imagery.content-and-imagery--full-width .content-and-imagery__imagery{width:calc(50% - 24px);max-width:none}}.content-and-imagery .wrapper{display:flex;flex-direction:column;justify-content:space-between;width:100%}@media screen and (min-width: 750px){.content-and-imagery .wrapper{flex-direction:row;align-items:center}}.content-and-imagery .wrapper::after{display:none}.content-and-imagery__imagery{display:flex;flex-shrink:0;width:100%;margin-bottom:24px}@media screen and (min-width: 750px){.content-and-imagery__imagery{width:calc(50% - 24px);max-width:576px;margin-bottom:0}}.content-and-imagery__imagery--2-images{display:grid;grid-gap:20px;grid-template-columns:1fr;grid-template-rows:1fr 1fr}.content-and-imagery__imagery--3-images{display:grid;grid-gap:20px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.content-and-imagery__imagery--3-images .content-and-imagery__image:first-of-type{grid-column:span 2}.content-and-imagery__content{flex-grow:1;width:100%}@media screen and (min-width: 750px){.content-and-imagery__content{width:50%;max-width:50%}}@media screen and (min-width: 1025px){.content-and-imagery__content{max-width:435px}}.content-and-imagery__content .section-title{margin-bottom:24px;color:var(--heading-color)}.content-and-imagery__content h2{margin-bottom:20px;color:var(--heading-color);font-size:50px;line-height:1;text-transform:uppercase}@media screen and (min-width: 1025px){.content-and-imagery__content h2{margin-bottom:26px;font-size:80px}}.content-and-imagery__content .btn{margin:27px 0 0}.content-and-imagery__copy p,.content-and-imagery__copy ul,.content-and-imagery__copy ol{margin-bottom:20px}.content-and-imagery__copy :last-child{margin-bottom:0}
