#l_footer {
  background: #183665;
  color: var(--white);
  text-align: center;
  padding: 3rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  #l_footer {
    padding: 4rem 0;
  }
}
#l_footer p.logo a {
  display: inline-block;
  mask: url("../img/logo.svg") no-repeat center;
  mask-size: 100% auto;
  background: var(--white);
}
#l_footer p.logo a img {
  width: 33rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #l_footer p.logo a img {
    width: 40rem;
  }
}
#l_footer p.copy {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #l_footer p.copy {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

#l_header {
  padding: 1.5rem 0;
}
#l_header p.logo img {
  width: 26rem;
}