.footer-address p {
  padding: 0;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
}
.footer-address a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
}
.footer-address a:last-of-type{
  margin: 0;
}
.footer-address a:hover{
  color: rgba(255, 113, 0, 1);
}
.footer-address ul li:before {
  display: none;
}
.footer-address ul{
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-address ul li{
  padding: 0 25px 0 0;
  margin: 0;
}
.footer-address ul li:last-of-type{
  padding: 0;
}
.footer-address ul li a i {
    color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-address ul li a{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    text-decoration: none;
  border: 0;
}
.footer-address ul li a:hover i{
   color: rgba(255, 113, 0, 1);
  
}
