.timeline-line {
  position: absolute;
  left: 17px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #d9ddcf;
}
.timeline-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0d0d0d;
  border: 7px solid #d7df23;
  position: relative;
  z-index: 2;
}
.director-card .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0d0d0d;
  color: #d7df23;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.director-card:hover .avatar {
  transform: rotate(-5deg) scale(1.05);
  transition: 0.25s;
}
