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

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

  .page-footer .footer-message[class]::after {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 100%;
    height: 100%;
    display: block;
    width: 100%;
  }

  

}