.icon-phone-regular {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  /* background-color: white; */
  background-image: url(/img/svg/phone-regular.svg?v=2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-envelope-regular {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  /* background-color: white; */
  background-image: url(/img/svg/envelope-regular.svg?v=2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-8-ball {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background-image: url(/img/svg/8-ball.svg?v=2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-clock-seven-thirty {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin: -5px 10px 0px 0px;
  background-image: url(/img/svg/clock-seven-thirty.svg?v=2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-facebook {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background-image: url(/img/svg/facebook.svg?v=2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}