.sitemap-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}
.category-map {
  width: calc(50% - 20px);
  min-width: 360px;
  margin: 0 20px 30px 0;
}
.category-map>div {
  line-height: 1.4;
  margin: 0 0 10px 0 ;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.2rem !important;
  }
}