/**
FOOTER
**/
#footer .footer {
  padding: 90px 0 30px;
}
#footer .footer .footer_inner {
  width: calc(100% - 60px);
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}
#footer .footer .footer_inner .logo {
  display: grid;
  justify-items: center;
  font-size: 2.2rem;
  grid-row-gap: 15px;
  margin-bottom: 1.5em;
}
#footer .footer .footer_inner .logo img {
  max-width: 214px;
}
#footer .footer .footer_inner > p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.66;
  margin-bottom: 2em;
  font-weight: 400;
}
#footer .footer .footer_inner .copyright {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #footer .footer .footer_inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  #footer .footer {
    padding: 50px 0 100px;
  }
  #footer .footer .footer_inner .logo {
    font-size: 1.8rem;
  }
  #footer .footer .footer_inner .logo img {
    max-width: 130px;
  }
  #footer .footer .footer_inner > p {
    font-size: 1.3rem;
    margin-bottom: 1.5em;
  }
  #footer .footer .footer_inner .copyright {
    font-size: 1rem;
  }
}