.social-tiktok a {
  color: #8c8c8c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-tiktok a:hover {
  background: #25F4EE;
  color: #000000;
}

.social-tiktok svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}