.consent-link {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400; /* Normal */
  letter-spacing: 0px;
  opacity: 0.8;
  color: #232323 !important;
}

/* Мобильная версия */
@media (max-width: 640px) {
  .consent-link {
    font-size: 11px;
  }
}
