.cgrid,.cgrid__item{display:flex;flex-direction:column;gap:0}.cgrid__item-img{flex-basis:50%;height:auto;object-fit:cover;width:100%}.cgrid__item-content{align-items:flex-start;display:flex;flex-direction:column;gap:1.25rem;justify-content:space-between;padding:1.5rem 2rem}.cgrid__item-link,.cgrid__item-link:hover{color:#303ab2;text-decoration:none}@media (min-width:768px){.cgrid__item{flex-direction:row}.cgrid__item:nth-child(2n){flex-direction:row-reverse}.cgrid__item-content,.cgrid__item-img{flex:0 0 50%}.cgrid__item-img{width:50%}}