.location:first-child .location__phone:before {
  content: "Lincoln Park: " 
}
.location:nth-child(2) .location__phone:before {
  content: "Bridgeport: ";
}
.logo__image {
    max-height: unset;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-right {
    text-align: right;
}
.office-hrs, .office-hrs * {
    text-align: center;
    border: none;
}
footer{background:#000;}