.noi-footer-contact {
  --noi-accent: #ff00cc;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.noi-footer-contact__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.noi-footer-contact__title {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ff00ff ;
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 10px;
}

.noi-footer-contact__line {
  line-height: 1.35;
}

.noi-footer-contact__link {
  color: #7c7d7d;
  text-decoration: none;
  font-size: 0.875rem;
}

.noi-footer-contact__link:hover {
  text-decoration: underline;
}

.noi-footer-contact__logo img {
  display: block;
  max-height: 75px;
  height: 75px;
}

.noi-footer-contact__bottom {
  display: flex;
  gap: 10px;
}

.noi-footer-contact__social {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.noi-footer-contact__social svg {
  width: 44px;
  height: 44px;
  fill: #fff;
}

.noi-footer-contact__social-icon {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}