@charset "UTF-8";
.footer__upper {
  background: #f0f6eb;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer__upper .inner {
  padding: 20px 0;
  text-align: center;
}
.footer__upper img {
  max-width: 90%;
  height: auto;
}
footer {
  background: #23ac38;
  color: #fff;
}
footer .inner {
  padding: 0 1rem;
  text-align: center;
}
