/* Human Practices page specific styles */
/* Education page specific styles */
/* .desc-left-nav-up {
    background-image: url(https://static.igem.wiki/teams/5735/img/desc/p2-left-up-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 121.3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 21px;
    position: relative;
    top: 39px;
} */

.desc-left-nav {
  min-height: 552px;
}

.desc-left-nav-content {
  gap: 1px;
}

.desc-left-content-item {
  font-size: 14px;
}

.desc-left-nav-dots {
  display: flex;
  flex-direction: column;
  gap: 55px;
  margin-top: 5px;
}

/* Engineering page specific styles */