body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
    background: #eee;
  }
/* News Start */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.news-list li a {
  text-decoration: none;
  color: #cc1616;
}

@media (max-width: 768px) {
  .news-section {
      height: auto !important;
  }

  .news-list {
      font-size: 12px;
  }
}
/* News Ends */

  
/* Footer Start */
.footer-links {
    color: white;
    text-decoration: none;
  }
  
  .footer-links:hover {
    text-decoration: underline;
  }
  
  
  /* Footer Ends */