﻿.wide-image-with-text-cols{padding:32px 0}
.wide-image-with-text-cols ul{padding:0;color:var(--color_body-text)}
.wide-image-with-text-cols.grey{background-color:#fcfafa}
.wide-image-with-text-cols .wrapper-sm h2{color:var(--color_bg-purple);font-weight:700;font-size:30px;line-height:normal}
.wide-image-with-text-cols .wrapper-sm h2.mb-32{margin-bottom:32px}
.wide-image-with-text-cols .wrapper-sm figure picture{width:100%;padding-bottom:3rem;height:25rem;display:-webkit-box;display:-ms-flexbox;display:flex}
.wide-image-with-text-cols .wrapper-sm figure picture img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.wide-image-with-text-cols .wrapper-sm .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(max-width:650px){.wide-image-with-text-cols .wrapper-sm .grid{grid-template-columns:1fr}
}.wide-image-with-text-cols .wrapper-sm .grid .column{font-size:16px;color:var(--color_body-text);font-weight:300;line-height:calc(24 / 16)}