#work-experience .card {
  padding: 14px 12px;
}


.timeline {
  position: relative;
  margin-left: 16px;
}
.timeline .logo {
  width: 28px;
  height: 28px;
  object-fit: cover;
}
.timeline::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 33px;
  height: calc(100% - 33px);
  border-left: 4px dashed var(--bs-primary);
}
.timeline .timeline-item {
  position: relative;
  padding-left: 32px;
}
.timeline .timeline-item::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 33px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fd6e0d;
}