.footer .footer-logos-wrapper {
  background-color: white;
  width: 100%;
}
.footer .footer-logos-wrapper .footer-logos {
  width: 880px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}
.footer .footer-logos-wrapper .footer-logos .left-logo {
  float: left;
  height: 66px;
  width: 252px;
  margin: 5px;
  content: " ";
  background: url('../img/innovate-economy.png');
}
.footer .footer-logos-wrapper .footer-logos .right-logo {
  float: right;
  height: 51px;
  width: 180px;
  margin: 15px 5px 5px 5px;
  background: url('../img/european-region-development-fund-small.png') no-repeat;
}
@media all and (min-width: 576px) and (max-width: 880px) {
  .footer .footer-logos-wrapper .footer-logos {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media all and (min-width: 360px) and (max-width: 576px) {
  .footer .footer-logos-wrapper .footer-logos {
    width: 100%;
    padding: 0 15px 0 15px;
  }
  .footer .footer-logos-wrapper .footer-logos .right-logo {
    clear: both;
    float: left;
    height: 66px;
    width: 233px;
    margin: 5px;
    background: url('../img/european-region-development-fund.png') no-repeat;
  }
}
