
.contact-label-icon-phone::before {
  background-image: url("../../images/icons/icon-phone.svg");
}

.contact-label-icon-mail::before {
  background-image: url("../../images/icons/icon-mail.svg");
}

.contact-label-icon-pin::before {
  background-image: url("../../images/icons/icon-pin-location.svg");
}


.maps-link:before {
  content: "";
  position: absolute;
  right: -44px;
  background-image: url(../../images/icons/icon-arrow-right-g.svg);
  top: 50%;
  width: 38px;
  height: 28px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
