.page-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #fff;
}
  
  .page-footer h4 {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
  }
  
  .page-footer p {
    color: #fff;
    font-size: 11px;
  }
  
  .page-footer .footer-links {
    list-style: none;
    padding: 0;
    margin-bottom: 45px;
    word-break: break-all;
  }
  
  .page-footer .footer-links a {
    color: #fff;
    font-size: 11px;
  }
  
  .page-footer .footer-links li {
    margin-bottom: 5px;
    line-height: 1.3;
  }
  
  .page-footer .footer-legal .copyright {
    margin-right: 60px;
  }
  
  .page-footer .footer-legal .legal-links .item {
    padding-right: 13px;
    border-right: 1px solid #fff;
    margin: 0;
    margin-right: 13px;
  }
  
  .page-footer .footer-legal .legal-links .item:last-child {
    border-right: none;
  }
  
  .page-footer .footer-legal .legal-links .item h5 {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .page-footer .region {
    margin-bottom: 20px;
  }
  
  .page-footer .region a {
    color: #fff;
    font-size: 11px;
  }
  
  .page-footer .region img {
    margin-right: 7px;
  }
  
  @media (min-width: 768px) {
    .page-footer .region {
      margin-bottom: 0;
    }
  }
  
  