.current-locations-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem;padding:1rem}@media screen and (max-width:1024px){.current-locations-list{gap:2.5rem}}@media screen and (max-width:768px){.current-locations-list{grid-template-columns:1fr;gap:2rem}}.current-locations-list .current-locations{display:flex;justify-content:center;padding:0 2rem;border-right:1px solid var(--paragraph-text-color)}.current-locations-list .current-locations:last-child{border-right:none}@media screen and (max-width:1024px){.current-locations-list .current-locations{border-right:none;padding:0}}.current-locations-list .current-locations .content{display:flex;flex-direction:column;gap:1.25rem;max-width:20rem;width:100%;text-align:center;align-items:center}@media screen and (max-width:1024px){.current-locations-list .current-locations .content{max-width:unset}}.current-locations-list .current-locations .content h4{font-size:1.375rem;color:var(--footer-bg-color);font-weight:600;line-height:1.3}@media screen and (max-width:550px){.current-locations-list .current-locations .content h4{font-size:1.125rem}}.current-locations-list .current-locations .content p{color:var(--cu-normal-desc-color);font-size:1.125rem;line-height:1.5;text-align:center}@media screen and (max-width:768px){.current-locations-list .current-locations .content p{font-size:1rem}}.current-locations-list .current-locations .contact-info{font-size:1rem;color:var(--black-20);display:flex;flex-direction:column;gap:.25rem}.current-locations-list .current-locations .contact-info span{color:var(--footer-bg-color);font-weight:500}