.marketing-languages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 auto 24px;
  font-size: 14px;
  color: #285941;
}
.marketing-languages a { padding: 10px 2px; text-underline-offset: 5px; }
.marketing-languages a[aria-current="page"] { font-weight: 700; text-decoration: underline; }
.marketing-languages a:hover { text-decoration: underline; }
.marketing-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #285941;
  border-radius: 8px;
}
.marketing-social:hover { background: #e8f0eb; }
footer .gap-x-8 { align-items: center; }
