.section__image-copy.switch-sides .content{grid-column:1;grid-row:1}.section__image-copy.switch-sides .image{grid-column:2;grid-row:1}.section__image-copy .container{align-items:center;display:grid;gap:var(--space-6);grid-template-columns:1fr 1fr}.section__image-copy .title{margin-bottom:var(--space-4)}.section__image-copy .ctas{column-gap:var(--space-3);display:flex;flex-wrap:wrap;margin-top:var(--space-5);row-gap:var(--space-2)}.section__image-copy .image.image-cover img{object-fit:cover}.section__image-copy .image img{border-radius:15px;height:auto;max-height:400px}@media (max-width:992px){.section__image-copy .container{gap:var(--space-5);grid-template-columns:1fr}.section__image-copy .content{grid-column:1!important;grid-row:1!important}.section__image-copy .image{grid-column:1!important;grid-row:2!important}.section__image-copy .image:not(.image-cover) img{max-height:400px;max-width:100%;width:auto}}@media (max-width:576px){.section__image-copy .title{font-size:3.6rem;margin-bottom:var(--space-3)}.section__image-copy .ctas{margin-top:var(--space-4)}.section__image-copy .image img{max-height:300px}}