.footer-brand .sustainability-promise {
  max-width: 340px;
  margin-top: 28px;
  padding-left: 15px;
  border-left: 1px solid rgb(255 255 255 / 32%);
  color: #f5f1eb;
  font-size: 12px;
  line-height: 1.65;
}

.footer-brand .sustainability-promise strong {
  display: block;
  margin-bottom: 5px;
  color: #f5f1eb;
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-brand .sustainability-promise span {
  display: block;
  color: #aaa096;
}

@media (max-width: 640px) {
  .footer-brand .sustainability-promise {
    max-width: 100%;
    margin-top: 22px;
  }

  footer .copyright {
    position: static;
    grid-column: 1 / -1;
    margin-top: -12px;
  }
}
