.serving-states__item{align-items:center;background:linear-gradient(134deg,var(--Blue-10,#1c81b3) 0,var(--Blue-00,#1d5a78) 100%);border-radius:32px;display:flex;flex-direction:column;gap:16px;padding-bottom:16px;width:100%}.serving-states__img{align-self:stretch;border-radius:32px;height:310px;overflow:hidden}.serving-states__img img{height:100%;object-fit:cover;width:100%}.serving-states__wrapper{align-self:stretch;column-gap:32px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr));height:400px;row-gap:32px}@media (max-width:767px){.serving-states__wrapper{grid-template-columns:1fr;grid-template-rows:auto;height:auto}.serving-states__item{height:auto}.serving-states__img{height:250px}}