.sitemap-item:nth-of-type(n+2) {
  margin-top: 60px
}

.sitemap-sub-items {
  margin: 0 -15px
}

.sitemap-sub-item {
  padding: 0 15px
}

.sitemap-sub-fig {
  max-width: 160px
}

.sitemap-copy {
  margin-bottom: 30px
}
.sitemap-sub-copy-wrapper{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sitemap-pd-0{
  padding: 0;
}
@media screen and (max-width:767.98px) {
  .sitemap-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .sitemap-inner {
    display: inline-block
  }

  .sitemap-sub-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .sitemap-sub-item:nth-of-type(1) {
    position: relative
  }

  .sitemap-sub-item:nth-of-type(1) figure {
    max-width: 105px;
    position: absolute
  }

  .sitemap-fig-right1 {
    right: -60px
  }

  .sitemap-fig-right2 {
    right: -120px
  }

  .sitemap-fig-left1 {
    left: -90px
  }

  .sitemap-fig-left2 {
    left: -70px
  }
}