.p-sitemap > section {
  padding: 2.5rem 3rem;
  border-top: 2px solid var(--border);
}
.p-sitemap > section + section {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap > section {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 1.5rem 0;
  }
  .p-sitemap > section + section {
    margin-top: 2rem;
  }
  .p-sitemap > section > .container {
    padding: 0;
  }
}
.p-sitemapTitle + * {
  margin-top: 3rem;
}
.p-sitemapTitle + .c-sitemapSection__wrap {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-sitemapTitle + * {
    margin-top: 1.5rem;
  }
}
.p-sitemapPageTitle {
  padding-left: 1.5rem;
  color: var(--primary);
  letter-spacing: 0.1em;
  border-left: 6px solid var(--primary);
  font-size: 3rem;
}
.p-sitemapPageTitle + * {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-sitemapPageTitle {
    font-size: 2.4rem;
  }
}

.p-categoryPageCta + * {
  margin-top: 5rem;
}
.p-categoryPageCta__title img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-categoryPageCta__title img {
    width: 100%;
    max-width: 393px;
  }
}
/*# sourceMappingURL=p-sitemap.css.map */
