@media print, screen and (min-width: 40em) {
  .page-footer .footer-contact[class] {
    flex: none;
    width: 100%;
  }

  .page-footer .footer-message[class]::before {
    display: none;
  }
}