.paragraph--timeline {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.paragraph--timeline__header {
  margin-bottom: 3rem;
}
.paragraph--timeline__title {
  margin-bottom: 1rem;
}
.paragraph--timeline__intro {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.paragraph--timeline__intro > *:last-child {
  margin-bottom: 0;
}
.paragraph--timeline__items {
  position: relative;
  padding-left: 3.5rem;
}
.paragraph--timeline__items::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.875rem;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.15);
}

.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item__marker {
  position: absolute;
  top: 0.25rem;
  left: -3.5rem;
  width: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}
.timeline-item__icon, .timeline-item__dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--bs-body-bg, #fff);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.timeline-item__icon {
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-body-bg, #fff);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.timeline-item__icon img,
.timeline-item__icon svg {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  display: block;
}
.timeline-item__icon .media, .timeline-item__icon .field, .timeline-item__icon .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.timeline-item__dot {
  width: 1rem;
  height: 1rem;
  background-color: var(--bs-primary);
  border: 3px solid var(--bs-body-bg, #fff);
}
.timeline-item__content {
  padding-left: 0.25rem;
}
.timeline-item__date {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.8;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--bs-primary);
}
.timeline-item__title {
  margin-bottom: 0.75rem;
}
.timeline-item__text > *:last-child {
  margin-bottom: 0;
}
.timeline-item:hover .timeline-item__icon,
.timeline-item:hover .timeline-item__dot {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (max-width: 767.98px) {
  .paragraph--timeline {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .paragraph--timeline__header {
    margin-bottom: 2rem;
  }
  .paragraph--timeline__items {
    padding-left: 2.75rem;
  }
  .paragraph--timeline__items::before {
    left: 0.6875rem;
  }
  .timeline-item {
    margin-bottom: 2rem;
  }
  .timeline-item__marker {
    left: -2.75rem;
    width: 1.375rem;
  }
  .timeline-item__icon {
    width: 1.375rem;
    height: 1.375rem;
  }
  .timeline-item__icon img, .timeline-item__icon svg {
    max-width: 0.75rem;
    max-height: 0.75rem;
  }
  .timeline-item__dot {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 2px;
  }
  .timeline-item__date {
    font-size: 0.8125rem;
  }
}