﻿.image-text-section{padding:8.8rem 0}
.image-text-section__content{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:2.4rem;grid-row-gap:2.4rem}
.image-text-section__content-img{grid-column:span 12/span 12;order:2}
.image-text-section__content-img picture{width:100%;}
.image-text-section__content-img img{display:block;width:100%;height:auto;object-fit:cover;}
.image-text-section__content-copy{grid-column:span 12/span 12;order:1}
.image-text-section__content-copy h2{color:var(--text-color-primary);text-transform:uppercase;font-size:1.5rem;font-family:var(--ff-default);margin:0;line-height:1;letter-spacing:.2rem;font-weight:500;margin-top:3.2rem}
.image-text-section__content-copy h3{margin-top:3.2rem;text-transform:none;color:var(--text-color-primary);font-weight:300;font-size:4.8rem;line-height:1.1;margin-bottom:3.2rem}
.image-text-section__content-copy p{color:var(--text-color-primary)}
.image-text-section__content-copy .button{margin-top:2.4rem}



@media(max-width:767px){
    .image-text-section--reverse-mobi .image-text-section__content-img{order:1}
    .image-text-section--reverse-mobi .image-text-section__content-copy{order:2}
    .image-text-section{padding:4.4rem 0}
    .image-text-section__content-img img{aspect-ratio:1}
}

@media(min-width:768px){
    .image-text-section__content-img{grid-column:span 6/span 6;grid-column-start:7;order:2}
    .image-text-section__content-img img{height:100%;}    
    .image-text-section__content-copy{grid-column:span 6/span 6;grid-column-start:1;padding:2.4rem 0;order:1}
    .image-text-section__content-copy h2{margin-top:0}
    .image-text-section--reverse .image-text-section__content-img{grid-column-start:1;order:1}
    .image-text-section--reverse .image-text-section__content-copy{grid-column-start:7;order:2}
}
@media(min-width:1280px){
    .image-text-section__content-img{grid-column:span 6/span 6;grid-column-start:7}
    .image-text-section__content-copy{grid-column:span 5/span 5;grid-column-start:1}
    .image-text-section--reverse .image-text-section__content-img{grid-column:span 6/span 6;grid-column-start:1;order:1}
    .image-text-section--reverse .image-text-section__content-copy{grid-column:span 5/span 5;grid-column-start:8;order:2}
}
@media(min-width:1920px){
    .image-text-section__content{align-items:center}
    .image-text-section__content-img img{height:auto}
    .image-text-section__content-copy{grid-column:span 4/span 4;grid-column-start:2}
    .image-text-section--reverse .image-text-section__content-img{grid-column:span 6/span 6;grid-column-start:1}
    .image-text-section--reverse .image-text-section__content-copy{grid-column:span 4/span 4;grid-column-start:8}
}
