body.widget-snippet .footer-contact-info{
  max-width:500px;
  padding:20px;
}
.footer-contact-info a{
  color:#000;;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  font-family: Lufga;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-contact-info a:hover{
  color: #0052cc;
  text-decoration: none;
}
.footer-contact-info .email,
.footer-contact-info .phone {
  padding: 0 0 0 35px;
  position: relative;
  margin: 0 0 20px;
  display: block;
  width: 100%;
}

.footer-contact-info .email:before,
.footer-contact-info .phone:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 18px;
  background: url('/template/71b0727d/images/mobile-icon.svg') no-repeat;
}
.footer-contact-info .email:before {
  background: url('/template/71b0727d/images/email-icon.svg') no-repeat;
   top: 2px;
}

