.mod-index3 {
  margin: 0 0 40px;
}

 .mod-index3__listItem {
  float: left;
  width: 35%!important;
  margin-left: 5.55556%;
  margin-top: 30px;
}
ul li {
  list-style-type: none;
}
.sitemap_list{
	list-style: none;
  }
  
.sitemap_list2{
	list-style: none;
	  margin-left: -10.55556%;
  }	
.mod-index3__title .sitemap_list {
  list-style-type: none;
}
@media screen and (max-width: 840px) {
  /* ---------------------------
   * Mobile
   * --------------------------- */

  .mod-index3__listItem {
    float: none;
    width: auto;
    max-width: 300px;
    margin: 0 auto 15px;
  }

}


