.block-timeline {
  background-color: #f2f2f2;
}

.swiperTimeline {
  margin-bottom: 2rem;
}

.swiperTimeline .swiper-slide {
  text-align: center;
}

.block-timeline .timestamp {
  margin-bottom: 2rem;
  display: inline-block;
  border: 4px solid #ECD196;
  border-radius: 50%;
}

.block-timeline .timestamp .date {
  width: 5rem;
  height: 5rem;
  border: 4px solid var(--heading);
  font-family: "Noto Serif Display";
  border-radius: 50%;
  font-size: 3rem;
  color: var(--button-background);
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-timeline .status {
  padding: 0px 40px;
  border-top: 4px solid #82C3A1;
  position: relative;
}

.block-timeline .status:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ECD196;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: calc(50% - 12px);
}

.block-timeline .field-title {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: var(--heading);
  text-align: center;
  font-family: "Noto Serif Display";
}

.block-timeline .field-desc {
  text-align: center;
  margin-top: 1rem;
}

.block-timeline .swiper-btn-wrapper {
  justify-content: space-between;
}

.block-timeline .field-view-more {
  margin-top: -2.5rem;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  .swiperTimeline {
    margin-bottom: 0;
  }

  .block-timeline .field-view-more {
    margin-top: 0;
  }

  .block-timeline .swiper-btn .swiper-btn-wrapper {
    justify-content: center;
    margin: 1rem 0;
  }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}
