.social-follow {
  display: none !important;
}

.social-follow-title {
  color: #1e88ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.social-follow-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.social-follow-link {
  align-items: center;
  border: 3px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35), 0 12px 22px rgba(0, 0, 0, 0.36);
  color: #ffffff;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  width: 52px;
}

.social-follow-link:hover,
.social-follow-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.42), 0 16px 28px rgba(0, 0, 0, 0.42);
  outline: none;
  transform: translateY(-3px);
}

.social-follow-link svg {
  display: block;
  height: 28px;
  width: 28px;
}

.social-follow-link.instagram {
  background: radial-gradient(circle at 30% 110%, #ffdf70 0 15%, #ff4f69 35%, #c13584 58%, #405de6 100%);
}

.social-follow-link.facebook {
  background: #1877f2;
}

.social-follow-link.whatsapp {
  background: #25d366;
}

.social-follow-link.email {
  background: #189bd7;
}

.social-follow-link.maps {
  background: #f7f7f7;
  border-color: rgba(255, 255, 255, 0.55);
  color: #0f172a;
}

@media (max-width: 520px) {
  .social-follow {
    padding: 18px 12px 24px;
  }

  .social-follow-title {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .social-follow-list {
    gap: 12px;
  }

  .social-follow-link {
    height: 48px;
    width: 48px;
  }
}
