footer[role="contentinfo"] {
  background-color: #231621;
  color: #f7edf4;
  margin-top: 0;
  padding: 72px 32px 24px;
}

.footer-block {
  color: #f7edf4;
}

.footer-block__logo img {
  display: block;
  height: auto;
  max-width: 280px;
  width: 100%;
}

.footer-block__heading {
  color: #f7edf4;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.footer-block__contact {
  color: #d8bfd0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-block__social-items .field__items {
  display: flex;
  gap: 1rem;
}

.footer-block__social-items {
  display: flex;
  gap: 1rem;
}

.footer-social-link,
.footer-social-link a,
.footer-social-link .field,
.footer-social-link .field__item {
  display: block;
  height: 44px;
  width: 44px;
}

.footer-social-link img {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 44px;
}

.footer-block__social-items a[href*="wa.me"],
.footer-block__social-items a[aria-label*="WhatsApp"],
.footer-block__social-items img[src*="whatsapp"] {
  display: none !important;
}

.footer-block__divider {
  border-color: rgba(255, 255, 255, 0.16);
  margin: 4rem 0 1rem;
}

.footer-block__copyright {
  color: #d8bfd0;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767.98px) {
  footer[role="contentinfo"] {
    padding: 48px 32px 24px;
  }

  .footer-block {
    text-align: center;
  }

  .footer-block__logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }

  .footer-block__heading {
    margin-bottom: 1rem;
    text-align: center;
  }

  .footer-block__contact {
    align-items: center;
  }

  .footer-block__social-items,
  .footer-block__social-items .field,
  .footer-block__social-items .field__items {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }

  .footer-block__social-items .field__items {
    gap: 1rem;
  }

  .footer-social-link,
  .footer-social-link a,
  .footer-social-link .field,
  .footer-social-link .field__item,
  .footer-social-link img {
    display: block !important;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    opacity: 1;
    visibility: visible;
    width: 44px;
  }

  .footer-block__divider {
    display: block;
    margin: 2.5rem 0 1rem;
    opacity: 1;
  }

  .footer-block__copyright {
    color: #d8bfd0;
    display: block !important;
    line-height: 1.5;
    opacity: 1;
    text-align: center;
    visibility: visible;
  }
}
