h1.explore-news-more {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  h1.explore-news-more {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

.list-style ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  list-style-type: disc;
}

.list-style ul li {
  list-style-position: outside;
  margin: 0 0 10px 20px;
  padding-left: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

@media only screen and (max-width:1024px) {
  .list-style img {
    width: 100%;
    height: auto;
  }
}  