.light-blue-grid__wrapper{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.light-blue-grid__item{background:var(--Blue-20,#535abc);color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;padding:24px}.light-blue-grid__img img{margin-top:32px;max-height:160px;object-fit:cover;width:100%}@media (max-width:767px){.light-blue-grid__wrapper{grid-template-columns:1fr}.light-blue-grid__item{min-height:auto;padding:16px}.light-blue-grid__img img{margin-top:32px}}