#app {
  padding: 50px 0;
}
.swiper {
    overflow: initial;
}
.swiper-content {
    margin-top: 10px;
    line-height: 22px;
    font-size: 16px;
}
.swiper-date {
    color: #185C8E;
}
.timeline {
  margin: 50px 0 20px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}
.timeline li {
  transition: all 200ms ease-in;
}
.timestamp {
  width: 100%; // for flexible width
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 100; 
}
.status {padding: 35px 15px 15px 15px;display: flex;flex-wrap: wrap;justify-content: center;border-top: 4px solid #185C8E;position: relative;transition: all 200ms ease-in;/* width: 100%; */}

.status span {
  font-weight: 600;
  padding-top: 20px;
}
.status span:before {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #1BAC4B;
  border-radius: 25px;
  border: 4px solid #1BAC4B;
  position: absolute;
  top: -15px;
  left: calc(50% - 12px); //
  align circle to center
  transition: all 200ms ease-in;
}
.swiper-control {
  text-align: right;
}

.swiper-container {
  width: 100%;
  height: 250px;
  margin: 50px 0;
  overflow: hidden;
  padding: 0 20px 30px 20px;
}
.swiper-slide {
  width: 200px;
  text-align: center;
  font-size: 18px;
  margin-right: 0!important;
}
/*
.swiper-slide:nth-child(2n) {
  width: 40%;
}
.swiper-slide:nth-child(3n) {
  width: 20%;
}*/
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -35px;
}

@media(max-width:767px){
  .sppb-slideshow-fullwidth-item-text {
    right: 0;
    left: 0;
  }
}