.social__link {
  color: #fff;
  font-size: 16px;
  max-width: max-content;
}

.social__link:hover {
  text-decoration: underline;
}

@media (min-width: 1367px) {
  .social__link {
    font-size: 30px;
  }
}