.social-icons {
  padding: 0;
  margin: 0;
  column-gap: 6px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-icons .social-icon {
  width: 32px;
  height: 32px;
  color: inherit;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
