.hr-fade {
  background: linear-gradient(
    to right,
    rgb(200, 200, 200),
    rgb(0, 0, 0),
    rgb(200, 200, 200)
  );
  margin: 2rem 0;
}

.timeline {
  position: relative;
  padding: 2rem 0;
  margin-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #dee2e6;
}

.timeline-event {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.timeline-event::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 0.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border-radius: 50%;
  border: 2px solid white;
  z-index: 1;
}

.timeline-event h5 {
  margin-bottom: 0.25rem;
}

.timeline-event small {
  color: #6c757d;
}

.logo {
    width: 10rem;
}

.card {
  border-radius: 12px;
}

.card:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
}

.card-title {
  font-weight: 600;
}
