.contactButtons {
  flex-direction: column;
  min-width: 245px;
  gap: 10px;
}

.button.tiktok {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: linear-gradient(
    110deg,
    #111 0 46%,
    #25f4ee 46% 52%,
    #fe2c55 52% 58%,
    #111 58%
  );
}

@media (max-width: 600px) {
  .contactButtons {
    min-width: 0;
  }
}
