.in-depth-modules-container {
  margin-top: 8rem;
}

.checkpoint {
  width: 275px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkpoint.traineeships-traject--mobile-checkpoint {
  opacity: 1;
  transform: scale(1);
  width: 80%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .checkpoint.traineeships-traject--mobile-checkpoint {
    width: 60%;
  }
}
.checkpoint.traineeships-traject--mobile-checkpoint .checkpoint-icon {
  font-size: 5rem;
}
@media screen and (max-width: 576px) {
  .checkpoint.traineeships-traject--mobile-checkpoint .checkpoint-icon {
    font-size: 2.5rem;
  }
}
.checkpoint.traineeships-traject--in-depth-module {
  width: 100%;
  background: #F4F4FF;
  padding: 2rem;
  border-radius: 2rem;
  height: 100%;
}
.checkpoint.traineeships-traject--in-depth-module .checkpoint-icon {
  width: 30%;
}
.checkpoint.traineeships-traject--in-depth-module .in-depth-module-text {
  margin: 0;
}
.checkpoint .checkpoint-icon {
  width: 50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--lybrae-color-accent);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 3rem;
  color: white;
}
.checkpoint .checkpoint-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--lybrae-color-secondary);
}

.traineeships-traject--mobile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.traineeships-traject--mobile-content .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 0; /* Start collapsed */
  background-color: #F4F4FF;
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
