#footerWrap {
  background-color: transparent;
  color: #fff;
  position: relative;
}

#footerWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0f1544, #000000);
  opacity: 1;
  z-index: -1;
}	

ul.home-issues1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  list-style-type: none;
  padding: 35px 0;
  margin: 0;
}

ul.home-issues1 a, ul.home-issues1 h3 {
  color: #080101;
}

ul.home-issues1 h3 {
  font-size: 1.2em;
}	
  
ul.home-issues1 li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}

ul.home-issues1 li img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto 10px !important;
}	

@media only screen and (max-width: 850px) {
  ul.home-issues1 li {
      width: 30%;
  }
}

@media only screen and (max-width: 600px) {
  ul.home-issues1 li {
      width: 48%;
  }	
} /* 600px */

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination a {
  margin: 0 5px;
  padding: 8px 12px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.pagination a.current {
  background-color: #0073aa;
  color: #fff;
}

.pagination a:hover {
  background-color: #005177;
}
span.page-numbers.current {
  color: #ffffff;
  background: #3baeda;
  padding: 8px 11px;
}
span.page-numbers.dots {
  color: #a0a0a0;
}
ul.home-issues1 li {
  color: #000000;
  font-weight: 600;
}