body.widget-snippet .footer-get-in-touch{
  background:#151340;
  padding:20px;
  max-width: 400px;
}
.footer-get-in-touch .item{
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 0 35px;
}
.footer-get-in-touch .item:before{
  position: absolute;
  content:"";
  top:5px;
  left:0;
  width: 18px;
  height: 20px;
  background: url('/template/0fc1380f/images/location-icon.svg') no-repeat;
}
.footer-get-in-touch .item.email:before{
  top:5px;
  background: url('/template/0fc1380f/images/email-icon.svg') no-repeat;
}
.footer-get-in-touch .item.phone:before{
  top:4px;
  background: url('/template/0fc1380f/images/phone-icon.svg') no-repeat;
}
.footer-get-in-touch .item:last-of-type{
  margin: 0 0 15px;
}
.footer-get-in-touch .item p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.84);
  padding: 0;
  margin: 0;
}
.footer-get-in-touch .item a {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.84);
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-get-in-touch .item a:hover {
  color: #2B9CDD;
}