footer {
  margin-left: auto;
  width: calc(100% - 158px);
}
@media (max-width: 500px) {
  footer {
    width: 100%;
  }
}
footer .footer_wrap {
  width: 100%;
}
footer .footer_wrap img {
  width: 100%;
}