.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;text-align:center}.content-image .row .col.col-content>:last-child{margin-bottom:0}.content-image .row .col.col-content h2{text-align:center}.content-image .row .col.col-content .btn-wrap{margin-top:1.5rem}.content-image .row .col.col-image{background-position:50%;background-size:cover;min-height:248px}@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-content{background:var(--primary);color:var(--white)}.content-image .row:nth-child(odd) .col-content h2{color:var(--white)}@media (min-width:992px){.content-image .row:nth-child(odd) .col-image{order:2}}.content-image .row:nth-child(2n) .col-content .btn-transparent{color:var(--secondary);line-height:1.5;text-decoration:underline}