.timeline-year-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
    @media(min-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }
}

.milestone-item {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}

.timeline-image-slider  {
  transform: inherit!important;
}

.timeline-image-slider .carousel-cell {
  opacity: 1;
  width: 100%;
  margin-right: 0;
  transition: none;
  z-index: 0;
  &.is-selected {
    z-index: 1;
  }
}

.timeline-image-slider .flickity-button {
  z-index: 1;
  background: transparent!important;
  border: none;
}

.timeline-image-slider .flickity-button .flickity-button-icon {
  fill: #fff;
}

.milestone__title {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #D6001C;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.milestone__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #333F48;
}