﻿.footer {
  width: 100%;
  max-height: calc(80px + 1em);
  padding: 40px 20px;
}
.footer .footerCopyrightWrapper {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
.footer .footerCopyright {
  text-align: center;
  font-size: 10px;
  color: #707070;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .footer .footerCopyright {
    text-align: left;
  }
}
