.list-info {
  margin: 30px 0;
  padding-left: 30px;
  position: relative;
}
  .list-info::before,
  .list-info::after {
    content: '';
    display: table;
  }
  .list-info::after {
    clear: both;
  }
    .list-info li a {
      text-decoration: none !important;
    }
      .list-info li a > span {
        text-decoration: underline;
      }
        .list-info li a:hover > span {
          text-decoration: none;
        }

@media screen and (max-width: 767px){
  .list-info {
    margin: 15px 0;
    padding-left: 15px;
  }
}