.ps-socialfollow-discord {
  background-image: url('../../assets/icon/discord.svg');
  background-position: 50%;
  background-size: 2rem auto;
}
.ps-social-follow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ps-social-follow li {
  height: 34px;
  width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  border-radius: 50%;
}
.ps-social-follow li:first-child {
  margin-left: 0px !important;}

.ps-social-follow li img {
  width: 30px;
  height: 30px;
}

.ps-social-follow li.linkedin img,
.ps-social-follow li.tiktok img {
  width: 24px;
  height: 24px;}

.ps-social-follow li:hover {
  background-color: #ffffff;
  transition: background-color 0.3s;
}
