@media (max-width: 767.98px) {
  /* Center-align Quick Contact content */
  .footer-widget-contact {
    text-align: center;
    align-items: center;
  }

  .footer-widget-contact ul.contact__list {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }

  /* Center-align LinkedIn icon */
  .footer-widget-social {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .footer-widget-social ul.social-icons {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }

  .footer-widget-social ul.social-icons li {
    margin: 0 5px;
  }
}
