footer li {
  font-size: 15px;
  color: #1e845a;
  font-weight: 300;
}

@media only screen and (min-width: 992px) {
  footer li {
    font-size: 18px;
  }
}

