.footer .footer-social h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'FrutigerLTW01-65Bold';
  margin-bottom: 5px;
/*   color: #333f48; */
  line-height: 1.25;
  letter-spacing: -.1rem;
}

.footer .footer-social ul {
  margin: 10px 0 10px 0;
  padding: 0px;
  list-style: none;
  color: #333f48;
  font-size: 16px;
  line-height: 170%;
  font-family: 'FrutigerLTW01-45Light';
}

.footer .footer-social ul>li {
  margin: 0 0 20px 0;
  padding: 0px;
  height: 32px;
  display: inline-block;
  width: 48%;
}

.footer .footer-social ul>li>a {
  background-repeat: no-repeat;
  height: 32px;
  background-size: 32px auto;
  display: block;
  background-position: left center;
  opacity: 0.85;
  padding: 0 0 0 40px;
/*   color: #333f48; */
  text-decoration: none;
  transition: .50s ease-in-out;
  -moz-transition: .50s ease-in-out;
  -webkit-transition: .50s ease-in-out;
}

.footer .footer-social ul>li>a:hover {
/*   color: #77c5d6; */
  opacity: 1;
}

.footer .footer-social ul>li.facebook>a {
  background-image: url(https://f.hubspotusercontent10.net/hubfs/9195011/SurreySportsPark_July2021%20Images/facebook1.svg);
}

.footer .footer-social ul>li.twitter>a {
  background-image: url(https://f.hubspotusercontent10.net/hubfs/9195011/SurreySportsPark_July2021%20Images/twitter1.svg);
}

.footer .footer-social ul>li.instagram>a {
  background-image: url(https://f.hubspotusercontent10.net/hubfs/9195011/SurreySportsPark_July2021%20Images/instagram1.svg);
}

.footer .footer-social ul>li.youtube>a {
  background-image: url(https://f.hubspotusercontent10.net/hubfs/9195011/SurreySportsPark_July2021%20Images/youtube1.svg);
}