@charset "utf-8";

#sitemap {
  padding: 60px 0;
}


#sitemap p:not(:first-of-type){
  margin-top: 40px;
}

#sitemap ul::after {
  display: block;
  content: "";
  width: 30%;
}

#sitemap li {
  width: 30%;
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #0d347a;
  position: relative;
  font-size: 14px;
}

#sitemap li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #0d347a;
  border-right: solid 1.5px #0d347a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1040px) {
  #sitemap {
    padding-top: 30px;
  }

  #sitemap li {
    width: 48%;
  }
}

@media only screen and (max-width: 430px) {
  #sitemap li {
    width: 100%;
  }
}
