#footer-link-list {
  font-size: 0.4rem !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer-link {
    font-size: 0.85rem!important;
  }
}

@media (max-width: 575px) {
  .footer-link {
    font-size: 0.70rem!important;
  }
}

@media (min-width: 768px) {
  .footer-link {
    font-size: 1.0rem;
  }
}

