footer {
    background-image: url('../img/footer-bg.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    font-size: 14px;
  }
  footer .footer-title {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
  }
  footer .footer-content {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
  }
  @media screen and (max-width: 500px) {
    footer .footer-copyright a {
      display: block;
      height: 20px;
    }
    footer .footer-copyright a p {
      float: unset !important;
      text-align: center!important;
      margin: 0 auto !important;
    }
    footer .footer-copyright span {
      display: block;
      text-align: center!important;
      float: unset !important;
    }
  }