body.widget-snippet .footer-get-in-touch {
  max-width:500px;
  margin:0;
  padding:30px;
  background: #1D2734;
}
.footer-get-in-touch {
  display: flex;
  flex-direction: column;
}
.footer-get-in-touch a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: rgba(255,255,255,0.76);
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.76);
  width: max-content;
}
.footer-get-in-touch p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgba(255,255,255,0.76);
  max-width: 230px;
  margin: 0 0 10px;
}
.footer-get-in-touch a.phone-no {
  font-family: Manrope;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0;
  color: #87AFE9;
  margin: 0 0 15px;
  border: 0;
}
.footer-get-in-touch a:hover{
  color: #87AFE9;
  border-color: #87AFE9;;
}
.footer-get-in-touch a.phone-no:hover{
  color: #fff;
}
.footer-get-in-touch a.mail {
  margin: 0 0 25px;
}
