/* Enter Your Custom CSS Here */
.press-comments a {
  color:#fff!important;
  font-weight:bold;
  text-decoration:none;
}
.press-comments a:hover {
  color:#fff!important;
  font-weight:bold;
  text-decoration:none;
}

@media (max-width: 991px) {
    li.hide-on-mobile {
        display:none!important;
    }
}

@media (min-width: 992px) {
    li.hide-on-desktop {
        display:none!important;
    }
}