.page-header-title {
  margin-bottom: 80px;
  background: #0f0f67;
  height: 215px;
}
.page-header-title > h2 {
  color: #fff;
  font-size: clamp(20px, 3vw, 30px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 1.2% 0;
}

.sitemap h3 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: normal;
  border-bottom: 3px solid #7ab929;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.sitemap ul.list {
  margin-bottom: 80px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.sitemap ul.list li {
  width: 33.3333333333%;
  position: relative;
  margin-bottom: 20px;
}
.sitemap ul.list li a {
  font-size: clamp(16px, 2vw, 20px);
}
.sitemap ul.list li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 2px solid #7ab929;
  border-right: 2px solid #7ab929;
  transform: rotate(45deg);
  margin-right: 20px;
}/*# sourceMappingURL=sitemap.css.map */

@media screen and (max-width: 768px) {

  .page-header-title > h2 {
    padding: 50px 4%;
  }

  .page-header-title {
height:auto;
margin-bottom: 40px;
  }

  .sitemap {
    padding:0px 4% 40px 4%;
  }

  .sitemap ul.list li {
    width: 100%;
  }

  .sitemap ul.list {
    margin-bottom: 40px;
    margin-left: 0px;
}

}