body {
  padding: 15px;
}

.news-alerts {
    width: 100%;
    height: 98px;
    padding: 5px;
    overflow: hidden;
    /* background-color: #fff;*/
    /*border: 1px solid #ccc;*/
    font-family: "Archivo", sans-serif;
}

.news-alerts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.news-alerts ul li {
  padding: 10px 0px;
}

.news-alerts ul li a {
  color: #000;
  text-decoration: none;
}

.news-alerts ul li a:hover {
  color: #333;
  text-decoration: underline;
}