.thesis-item {
  position: relative;
  border-bottom: 1.5px solid rgba(102, 102, 102, 0.16);
  counter-increment: item;
}

.thesis-serial {
  position: absolute;
  font-size: 26px;
  -webkit-text-stroke: 1.5px #a2a0a0;
  -webkit-text-fill-color: transparent;
  width: 60px;
  height: 50px;
  border-right: 1.5px solid rgba(102, 102, 102, 0.16);
  border-bottom: 1.5px solid rgba(102, 102, 102, 0.16);
  display: flex;
  justify-content: center;
  border-radius: 0px 0px 25px 0px;
}

.thesis-content-part {
  padding: 30px 10px 5px 80px;
  gap: 15px;
}

.name-bar h6 {
  font-size: 22px;
}

.name-bar p {
  font-weight: 700;
}

.name-bar p span {
  font-weight: 500;
}

.title-bar p {
  border-left: 3px solid #28e98c;
  padding-left: 10px;
}

.session-bar {
  position: absolute;
  right: 5px;
  top: 0;
  font-weight: 700;
  text-transform: uppercase;
}
