.home-footer .social-media {
  margin: 40px 0 55px;
  padding: 0 133px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-footer .social-media h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.38px;
  line-height: 42px;
}

.home-footer .social-media h3::after {
  content: none;
}

.home-footer .social-media .social-links a {
  text-decoration: none;
}

@media only screen and (max-width: 540px) {
  .home-footer .social-media {
    display: block;
    padding: 0;
  }
  .home-footer .social-media h3 {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .home-footer .social-media .social-links ul {
    justify-content: center;
  }
}

/*# sourceMappingURL=homepage-footer.css.map */