.elementor-bc-timeline-wrap {
  overflow: hidden;
}
@media (min-width: 1280.98px) {
  .elementor-bc-timeline-wrap {
    margin-left: calc(50vw - 640px);
  }
}
.elementor-bc-timeline {
  padding-left: 48px;
}
.elementor-bc-timeline-item {
  display: inline-block;
  max-width: 400px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768.98px) {
  /* .elementor-bc-timeline-item {
    max-width: 320px;
  } */
}
.elementor-bc-timeline-item:not(:last-of-type):before {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 46.5px;
  width: 0;
}
.elementor-bc-timeline-item:not(:last-of-type):after {
  border-top: 1px dashed #000;
  content: "";
  display: block;
  height: 1px;
  left: 100px;
  position: absolute;
  top: 50px;
  width: calc(100% - 100px);
}
.elementor-bc-timeline-year {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 24px;
  text-align: center;
  height: 96px;
  width: 96px;
}
@media (min-width: 1024px) {
  .elementor-bc-timeline-item:not(:last-of-type):before {
    top: 58.5px;
  }
  .elementor-bc-timeline-item:not(:last-of-type):after {
    left: 128px;
    top: 62px;
    width: calc(100% - 130px);
  }
  .elementor-bc-timeline-year {
    height: 124px;
    width: 124px;
  }
}
.elementor-bc-timeline-content {
  font-size: 16px;
  padding-left: 24px;
}
.elementor-bc-timeline-next,
.elementor-bc-timeline-prev {
  top: 0px;
  background-image: none;
  height: 100%;
  width: 64px;
}
.elementor-bc-timeline-next::before,
.elementor-bc-timeline-prev::before {
  position: absolute;
  content: " ";
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(247, 247, 247, 1) 90%
  );
  height: 100%;
  width: 240px;
  right: 0;
}
.elementor-bc-timeline-prev::before {
  background: none;
  background-color: #f7f7f7;
  right: 16px;
}
.elementor-bc-timeline-prev {
  left: 0px;
}
.elementor-bc-timeline-next {
  right: 0px;
}
.elementor-bc-timeline-next svg,
.elementor-bc-timeline-prev svg {
  position: relative;
  height: 32px;
  width: 32px;
  left: 10px;
  top: 50%;
  margin-top: -16px;
}
.elementor-bc-timeline-next svg {
  left: 20px;
}
