.footer-contact {
  display: grid;
  gap: 0.75rem;
}

.footer-contact__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}

.footer-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.footer-contact__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact__item::marker {
  content: none;
}

.footer-contact__item::before,
.footer-contact__item::after,
.footer-contact__link::before,
.footer-contact__link::after {
  content: none !important;
  display: none !important;
}

.footer-contact__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
}

.footer-contact__link:hover,
.footer-contact__link:focus-visible {
  text-decoration: underline;
}

.footer-contact__link--linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-contact__icon {
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 auto;
  display: inline-block;
  fill: currentColor;
}

.footer-bottom {
  background: #363b69;
  padding: 16px 0;
}

.footer-meta {
  text-align: center;
  color: #ffffff;
}