.cgrid{display:grid;grid-template-columns:1fr}.cgrid__item{border-radius:1rem;display:flex;flex-direction:column;gap:0;overflow:hidden}.cgrid__item-img{aspect-ratio:16/9;display:block;height:auto;object-fit:cover;width:100%}.cgrid__item-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 2rem}h3.cgrid__item-heading{font-size:18px;line-height:24px;margin:0 0 1rem}.cgrid__item-link{padding:28px 0 0}.cgrid__item-link,.cgrid__item-link:hover{color:#303ab2;font-family:AvenirNext Demi,sans-serif;font-weight:700;text-decoration:none}@media (min-width:768px){.cgrid{grid-auto-rows:1fr}.cgrid__item{align-items:stretch;display:flex;flex-direction:row}.cgrid__item:nth-child(2n){flex-direction:row-reverse}h3.cgrid__item-heading{font-size:18px;line-height:24px;margin:0 0 1rem}.cgrid__item-content,.cgrid__item-img{flex:0 0 50%}.cgrid__item-img{align-self:stretch;aspect-ratio:unset;display:block;height:1px;min-height:100%;object-fit:cover;width:50%}.cgrid__item-content{flex:0 0 50%;justify-content:center}.cgrid__item-link{padding:28px 0 0}}