.locations .location-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:30px 0 50px}.locations .location-card{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:30px}.locations .location-card h3{margin:0}.location-card svg{fill:#7eb62d;height:100px;margin-bottom:20px;width:100px}.location-content{margin-bottom:60px}.location-content p{margin:16px 0 15px}.food-drive-box{background:#f7f7f7;border-left:5px solid #bf1f24;border-radius:0;margin:60px 0;padding:25px}.food-drive-box h3{margin-bottom:10px}@media (max-width:991px){.locations .location-grid{grid-template-columns:repeat(2,1fr)}.locations .location-card h3{font-size:25.6px;line-height:38.4px}}@media (max-width:767px){.locations .location-grid{grid-template-columns:repeat(1,1fr)}}