.locations-list{display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between}.ll__item{width:100%}.ll__item h3{color:var(--red);font-size:1.4rem;font-weight:700;text-transform:uppercase}.lli__list{display:grid;gap:1rem 4rem;list-style:none;padding:0}.locations-list .lli__list-2{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.lli__list{gap:0 2rem}.ll__item{max-width:20rem;width:auto}.ll__item-double{max-width:35rem}}