.social-links {
  list-style: none;
  display: flex;
  grid-area: 1 / 1 / 1 / 1;
  /* row-start / column-start / row-end / column-end */
  align-items: center;
  color: #000000;
  padding: 0;
  margin: 0;
}

.social-links li {
  margin-right: 10px;
  list-style: none;
}

.social-links li a {
  background-color: white;
  width: 3rem;
  display: block;
  height: 3rem;
  color: black;
  font-size: 2rem;
  border-radius: 2rem;
}

.social-links--red .social-links a {
  background-color: #273A78;
}

@media (max-width: 575.98px) {
  .header-top .social-links {
    display: none;
  }
}

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