.cp-three-cols__header{display:flex;flex-direction:column;gap:var(--sp-24);margin-bottom:var(--sp-40);max-width:860px}.cp-three-cols__grid{display:grid;gap:var(--sp-32);grid-template-columns:repeat(3,1fr)}.cp-three-cols__col{display:flex;flex-direction:column;gap:var(--sp-24)}.cp-three-cols__photo{aspect-ratio:unset!important;border-radius:var(--radius-card);height:220px!important;width:100%}.cp-three-cols__col-meta{align-items:flex-start;display:flex;gap:var(--sp-16)}.cp-three-cols__accent{background:var(--color-green-core);border-radius:4px;flex-shrink:0;height:24px;margin-top:5px;width:24px}.cp-three-cols__col-copy{display:flex;flex-direction:column;gap:10px}@media (max-width:900px){.cp-three-cols__grid{grid-template-columns:1fr}.cp-three-cols__accent{height:20px!important;width:20px!important}.cp-three-cols__photo{border-radius:0!important;height:300px!important;margin-left:-30px!important;margin-right:-30px!important;max-width:none!important;object-fit:cover!important;width:calc(100% + 60px)!important}}