.locations__wrapper{display:flex;flex-direction:column;row-gap:var(--row-gap-medium)}.locations__heading p:last-child{margin-bottom:0}.locations__locations{display:grid;gap:var(--row-gap) var(--column-gap-small);grid-template-columns:repeat(4,minmax(150px,1fr))}.locations__location img{aspect-ratio:1/1;border-radius:var(--border-radius);margin-bottom:var(--whitespace);object-fit:cover}@media screen and (max-width:1023px){.locations__locations{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media screen and (max-width:767px){.locations__locations{display:flex;flex-direction:column}}