.header_logo {
  width: auto;
  max-width: none;
}

.header_logo img {
  height: 30px;
}

@media screen and (min-width: 768px) {
  .header_logo img {
    height: 50px;
    width: auto !important;
  }
}

.footer {
  background-color: #ffa502;
}

.footer-logo img {
  max-width: 200px;
}
