.footer {
  width: 100%;
  background-color: #000000;
  position: relative;
  z-index: 10;
  margin-top: -4rem;
}

.footer_text {
  padding: 3.3rem 0 3.2rem;
  text-align: center;
}

.footer_text img {
  width: 18.305rem;
  height: 3.5rem;
  aspect-ratio: 18.305/3.5;
}

@media screen and (max-width: 699.98px) {
  .footer {
    margin-top: 0;
  }
  .footer_text {
    padding: 2rem 0;
  }
  .footer_text img {
    width: 13.075rem;
    height: 2.5rem;
  }
}