.content-image .row{display:grid;grid-template-rows:repeat(1,1fr)}.content-image .row .col.col-content{display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem}.content-image .row .col.col-content>:last-child{margin-bottom:0}.content-image .row .col.col-content h3{text-transform:uppercase}.content-image .row .col.col-content h3 span{color:var(--blue)}.content-image .row .col.col-image{aspect-ratio:16/9;background-position:50%;background-size:cover}@media (min-width:992px){.content-image .row{grid-template-columns:repeat(2,1fr);grid-template-rows:unset}.content-image .row .col.col-content{padding:6rem 4rem}.content-image .row .col.col-image{aspect-ratio:unset}.content-image .row:nth-child(odd) .col-image{order:2}}