.serving-states__item{background:linear-gradient(134deg,var(--Blue-10,#1c81b3) 0,var(--Blue-00,#1d5a78) 100%);border-radius:32px;gap:8px;justify-content:space-between;padding-bottom:16px;width:100%}.serving-states__item,.serving-states__text{align-items:center;display:flex;flex-direction:column}.serving-states__text{align-content:center;gap:12px}.serving-states__img{align-self:stretch;border-radius:32px;height:280px;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(4,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}}