.fo-contact{text-align:center}
.fo-contact .email{display:block;margin-bottom:16px}
.locations-box{display:flex;gap:30px;justify-content:space-evenly;text-align:left;background-color:#f9f9f9;color:#606368;padding:20px;width:100%;max-width:634px}
.location .address{display:block;margin-bottom:8px;text-decoration:none;text-align:center}
.location .address strong{font-weight:700}
.location .hours .title{display:block;font-weight:700;margin-bottom:4px}
@media (max-width:768px){
.locations-box{flex-direction:column;align-items:center;text-align:center}
}
