.slick-arrow {
  display: none !important;
}
.timeline-wrapper-centered {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-line-centered {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 4px;
  height: 85%;
  background: #f9c846;
  z-index: 0;
}
.timeline-item-centered {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-bottom: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-icon-centered {
  position: relative;
  z-index: 2;
  margin-bottom: -12px;
  background: #fff;
  border: 2px solid #f9c846;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.timeline-number {
  font-weight: bold;
  color: #f9c846;
  font-size: 1.25em;
}
.timeline-content-centered {
  position: relative;
  background: #fff;
  padding: 20px 28px 18px 28px;
  border-radius: 14px;
  box-shadow: 0 3px 14px #f4b222;
  margin-top: 12px;
  z-index: 1;
  width: 100%;
}
.timeline-img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #f9c846;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .timeline-wrapper-centered {
    max-width: 98vw;
  }
  .timeline-content-centered {
    width: 92vw;
    padding: 18px 3vw 16px 3vw;
  }
}
@media (max-width: 600px) {
  .timeline-section {
    padding: 0 2vw 35px 2vw;
  }
  .timeline-item-centered {
    max-width: 98vw;
  }
  .timeline-content-centered {
    width: 90vw;
    padding: 14px 2vw 14px 2vw;
  }
  .timeline-img-centered {
    width: 60px;
    height: 60px;
  }
}
