.email.box a {
  background: url("../images/icon-mail.svg") no-repeat left center;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}

.opening-hours.box h3 {
  background: url("../images/icon-clock.png") no-repeat left center;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  padding-left: 35px;
}

.phone.box a {
  background: url("../images/icon-phone.svg") no-repeat left center;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}

#unit-notice span {
  background: url("../images/icon-info.svg") no-repeat left center;
  height: 24px;
  width: 24px;
  padding-left: 30px;
}
