:root {
  --max-width: 100% !important;
  --color--primary-50: #F8991C;
}

.social-links {
  display: flex;
  justify-content: center;
}

.social-links .social-bar__inner {
  display: flex;
  justify-content: center;
  padding-block: 0;
  margin: 0 auto;
  margin-bottom: 50px;
}

.social-links .social-bar__inner .social-link {
  margin: 0 10px;
  font-style: normal;
  text-decoration: none;
}

.social-links .social-bar__inner .social-link a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F8991C;
  color: black;
  text-decoration: none;
} 

/*# sourceMappingURL=social.css.map */
