@media (max-width: 767.98px) {
  footer.footer {
    position: static !important;
    padding: 24px 0 18px;
  }

  footer.footer .container {
    max-width: 520px;
  }

  footer.footer .text-right {
    text-align: center !important;
  }

  footer.footer .row > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  footer.footer ul.list-unstyled {
    margin: 0 0 16px;
  }

  footer.footer a.menu {
    display: block;
    text-align: center;
    color: #d9001b;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
  }

  footer.footer a.menu-2 {
    display: block;
    text-align: center;
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
  }

  footer.footer .social-icon {
    text-align: center;
    margin: 6px 0 14px;
  }

  footer.footer .social-icon .list-inline-item {
    margin: 0 10px;
  }

  footer.footer .social-icon i {
    font-size: 28px;
    color: #6b6b6b;
  }

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

  footer.footer .footer-text a,
  footer.footer .footer-text .copy {
    color: #d9001b;
  }

  footer.footer .row.mb-2 {
    margin-bottom: 8px !important;
  }

  footer.footer .row + .row {
    margin-top: 8px;
  }

  footer.footer .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
