.heading-main {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 32px;
}
.tabs--selection {
  gap: 16px;
  border-bottom: 1px solid #ededf1;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.tabs--selection .nav-item .nav-link {
  padding: 6px 22px;
  border-radius: 26px;
  border: 1px solid #dcdae2;
  text-align: center;
  align-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #626262;
  background-color: #f9fafb;
}
.tabs--selection .nav-item .nav-link.active {
  background: #1c6a9b;
  color: #ffffff;
  border-color: #1c6a9b;
}
.sitemap--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
.sitemap--links {
  border-radius: 10px;
  border: 1px solid #ededf1;
  margin-bottom: 16px;
}

.sitemap--links .title {
  background-color: #f9fafb;
  padding: 10px 16px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #ededf1;
}
.sitemap--links .title h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0px;
}

.sitemap--links .values {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.sitemap--links .values.tri {
  grid-template-columns: repeat(3, 1fr);
}

.sitemap--links .values .anchor {
  color: #1a1a1a;
  text-decoration: underline;
}
.sitemap--links .values .anchor:hover {
  color: #1c6a9b;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading-main {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .tabs--selection .nav-item .nav-link {
    padding: 6px 22px;
    font-size: 16px;
    line-height: 24px;
  }
  .tabs--selection {
    margin-bottom: 20px;
  }
  .sitemap--title {
    font-size: 18px;
    line-height: 24px;
  }
  .sitemap--links .title h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .sitemap--links .values {
    padding: 14px;
    font-size: 14px;
  }
  .py-32 {
    padding-block: 16px;
  }
}
@media (max-width: 767px) {
  .heading-main {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .tabs--selection .nav-item .nav-link {
    padding: 6px 22px;
    font-size: 16px;
    line-height: 24px;
  }
  .tabs--selection {
    margin-bottom: 20px;
    overflow: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }
  .sitemap--title {
    font-size: 18px;
    line-height: 24px;
  }
  .sitemap--links .title h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .sitemap--links .values {
    padding: 14px;
    font-size: 14px;
    grid-template-columns: repeat(3, 1fr);
  }
  .sitemap--links .values.tri {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .sitemap--links .values {
    padding: 14px;
    font-size: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
  .sitemap--links .values.tri {
    grid-template-columns: repeat(1, 1fr);
  }
  .tabs--selection .nav-item .nav-link {
    padding: 6px 14px;
    font-size: 14px;
  }
}
