@media only screen and (min-width: 768px) {
  footer .grid__item .footer__logo {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-nav__social li:nth-child(1) {
    width: 100%;
  }
  footer .grid__item .footer__logo a {
    height: 65px !important;
  }
}