@import '@/styles/responsive.scss';
.footer {
  @include extra-small {
    justify-content: center !important;

    li {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }

    h2 {
      text-align: center;
    }

    .imageBox {
      text-align: center;
    }
  }
}
