/*Timeline swiper*/
.timeline-block{
    margin:80px 0;
}
.timeline-swiper {
  position: relative;
  overflow: hidden;
}
.timeline-button-prev,
.timeline-button-next {
  color: white;
}
.timeline-pagination span {
  color: #71BD54;
  margin: 0 5px;
}
.timeline-slide::before {
  content: "";
  background-image: url('/path/to/moon.png');
  position: absolute;
  top: -40px;
  left: -60px;
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
}
.swiper-slide{
    height: 600px;
    padding: 2rem;
    box-sizing: border-box;
}
.timeline-pagination{
  position:relative!important;
}
.timeline-bullet{
  background:transparent!important;
  height:30px!important;
  width:100%!important;
  box-shadow:none;
  border-radius:0!important;
  border:none!important;
}