.current-locations-list{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding:1rem}@media screen and (max-width:1024px){.current-locations-list{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media screen and (max-width:600px){.current-locations-list{grid-template-columns:1fr;gap:0}}.current-locations-list .current-locations{display:flex;justify-content:center;padding:0 2rem}@media screen and (min-width:1025px){.current-locations-list .current-locations:nth-child(3n-1){border-left:1px solid var(--paragraph-text-color);border-right:1px solid var(--paragraph-text-color)}}@media screen and (min-width:601px)and (max-width:1024px){.current-locations-list .current-locations{padding:0 1.5rem}.current-locations-list .current-locations:nth-child(2n){border-left:1px solid var(--paragraph-text-color)}}@media screen and (max-width:600px){.current-locations-list .current-locations{padding:2rem 0}.current-locations-list .current-locations:not(:last-child){border-bottom:1px solid var(--paragraph-text-color)}}.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 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 h4{font-size:1.125rem}}.current-locations-list .current-locations 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 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}