.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 24px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0 !important;
  padding: 0 !important;
  color: #dce3ee;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35;
}

.social-link:hover > span:last-child {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.social-icon {
  position: relative;
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  overflow: hidden;
}

.facebook-icon {
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  padding-top: 6px;
}

.linkedin-icon {
  border-radius: 5px;
  background: #0a66c2;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
}

.instagram-icon {
  border-radius: 8px;
  background: radial-gradient(circle at 30% 105%, #feda75 0 24%, #fa7e1e 25%, #d62976 48%, #962fbf 68%, #4f5bd5 100%);
}

.instagram-icon::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #fff;
  border-radius: 7px;
}

.instagram-icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 6px -6px 0 -2px #fff;
}

.tiktok-icon {
  border: 1px solid #30343a;
  border-radius: 50%;
  background: #010101;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-shadow: -2px -1px 0 #25f4ee, 2px 1px 0 #fe2c55;
}

footer {
  align-items: center;
  gap: 34px;
  padding: 46px 6vw;
  font-size: 14px;
}

footer .brand img {
  width: 190px;
}

footer p {
  margin: 0;
  font-size: 14px;
}

footer > div {
  align-items: center;
  justify-content: flex-end;
  gap: 18px 26px;
}

footer .social-link,
footer .footer-link {
  font-size: 14px !important;
  font-weight: 400 !important;
}

footer .footer-link {
  padding: 8px 0;
}

@media (max-width: 900px) {
  footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  footer {
    align-items: flex-start;
  }

  footer > div {
    justify-content: flex-start;
  }
}
