@media only screen and (min-width: 600px) {
  .temp .footer-top {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .temp .footer-top .footer-logo img {
    height: 66px;
  }
}