.locations .location-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:60px}.locations .location-list:last-child{margin-bottom:0}.locations .title{overflow:hidden;text-align:center;text-transform:capitalize}.locations .divided-text:after,.locations .divided-text:before{content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.locations .divided-text:before{margin-left:-50%;right:.5rem}.locations .divided-text:after{left:.5rem;margin-right:-50%}.locations .company-card{border-color:1px solid rgba(0,0,0,.2);padding:20px 25px;width:calc(33% - 20px)}.locations .company-card hr{margin:10px 0}.locations .company-card a,.locations .company-card p{font-size:13px;margin:0;padding:2px 0}.locations .company-card a,.locations .company-card a p{font-weight:700;text-decoration:underline}.locations .company-card .name{font-size:16px;font-weight:700}.locations .company-card .company-name{text-transform:uppercase}.locations .company-card .address,.locations .company-card address{font-style:normal}.locations .company-card .special-hours{color:var(--primary-color)!important;font-weight:700}@media(max-width:940px){.locations .company-card{width:calc(50% - 20px)}}@media(max-width:540px){.locations .company-card{width:100%}}