.event:not(:last-child) {
  margin-bottom: 60px;
}

.event-row-root {
  justify-content: center;
}

.event-col-img {
  display: none;
}

.event-ratio {
  position: relative;
  width: 70px;
  margin-bottom: 20px;
}

.event-ratio::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.event-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-col-marker {
  position: relative;
  width: 12.5%;
}

.event-marker {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #1f1f21;
  border: 2px solid #707070;
  border-radius: 5px;
}

.event-marker::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #777777;
  border-radius: 50%;
}

.event-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-lines::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 60px);
  background-color: #777777;
}

.event:last-child .event-lines::before {
  display: none;
}

.event-col-content {
  width: 87.5%;
}

.event-row-body {
  align-items: flex-start;
}

.event-date {
  margin-bottom: 20px;
}

.event-year {
  margin-bottom: 0;
  font-size: 30px;
  color: #ffffff;
}

.event-day-month {
  font-size: 20px;
  color: #ffffff;
}

.event-title {
  margin-bottom: 20px;
  color: #ffffff;
}

.event-desc {
  color: #ffffff;
}

@media (min-width: 768px) {
  .event-col-img {
    display: block;
    width: 12.5%;
  }

  .event-ratio {
    margin-bottom: 0;
  }

  .event-col-content {
    width: 75%;
  }

  .event-header {
    display: none;
  }

  .event-year {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .event-col-img {
    width: 8.33333333%;
  }

  .event-col-marker {
    width: 8.33333333%;
  }

  .event-col-content {
    width: 66.66666667%;
  }

  .event-col-date {
    width: 25%;
  }

  .event-col-text {
    width: 75%;
  }

  .event-date {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
}
