footer .contact-info p:before {
  content: '' !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 24px;
}
footer .footer-icon-address:before {
  background-image: url("../images/location-dot.svg");
}
footer .footer-icon-mail:before {
  background-image: url("../images/envelope.svg");
}
footer .footer-icon-phone:before {
  background-image: url("../images/phone.svg");
}
footer .footer-icon-time:before {
  background-image: url("../images/clock.svg");
}
footer ul li:before {
  margin-left: -32px !important;
  content: '' !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/next.svg");
  width: 16px;
  height: 24px;
}
footer .social-links img {
  max-width: 18px;
  max-height: 16px;
}
