.parts-container {
  width: 100vw;
  min-height: 100vh;
  margin-top: 8vh;
  padding: 0 15vw;
}
.parts-title-1 {
  margin: 0 auto;

  text-align: start;
  width: 100%;
  min-height: 10vh;
  line-height: 10vh;

  font-size: 5vh;
  font-weight: 800;
  font-family: "CG-bold";
  color: rgb(159, 119, 181);

  /* padding-left: 5vh; */
  background-size: 5vh 5vh;
  background-position: 0 50%;

  scroll-margin-top: 10vh;
  scroll-margin-left: 30vw;
}
.parts-text {
  margin: 0 auto;

  /* IBM Plex Mono */
  font-family: IBM Plex Mono;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
  text-align: justify;
  margin-bottom: 30px;

  word-spacing: -1px;

  word-wrap: break-word;
  font-size: 1.4vw;
  font-family: HarmonyOS_Sans, Ubuntu, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Oxygen, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
}
.table-1 {
  width: 70vw;
}
.table-1 th:nth-child(1) {
  width: 10vw !important;
}
.table-1 td:nth-child(1) {
  width: 10vw !important;
}
a {
  color: rgb(180, 128, 187);
}
