
ul.bs-pageList-container {
  list-style-type: none;
  margin-left: 0 !important;
}
.bs-pageList-container {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  color: black;
  margin-left: 0;
  margin-bottom: 5vw;
  display: flex;
  flex-direction: column;
}

.parent-page {
  width: auto;
  height: auto;
  padding: 15px;
  margin: 0;
  color: black;
  border-bottom: black 1vw;
  border-style: none none solid none;
  border-width: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.parent-page p {
  padding: 0;
  margin: 0;
  color: black;
  font-weight: 700;
  line-height: 1.4;
}
a {
  text-decoration: none;
}
.bs-pageList-linked a:link {
  color: black;
  text-decoration: none;
}
.bs-pageList-linked a:hover {
  color: black;
}
.bs-pageList-linked a:visited {
  color: black;
  text-decoration: none;
}
.bs-links-icon svg{
    width: 1.6vw;
    height: 1.6vw;
}
.bs-links-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
  background-color: black;
  border-radius: 50%;
  min-height: 3.5vw !important;
  min-width: 3.5vw !important;
  padding: 6px;
  align-items: center;
  position: relative;
}
polygon {
  transform: translateX(-5px);
}
