.sitemap-section {
  padding: 40px 0;
}
.sitemap-section h2 {
  font-size: 22px;
  font-weight: 800;
}
.sitemap-section ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sitemap-section .main-page-list {
  margin-top: 20px;
}
.sitemap-section .main-page-list .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.sitemap-section .main-page-list h5 {
  font-weight: 500;
  font-size: 14px;
}
.sitemap-section .main-page-list .inner-link-section ul {
  padding-left: 10px;
}
.sitemap-section .main-page-list a:hover {
  color: #008b9f;
}
.sitemap-section .main-page-list a {
  width: -moz-fit-content;
  width: fit-content;
}
