.lsq-timeline {
 padding-top: 70px;
}

.lsq-timeline *,
.lsq-timeline *::before,
.lsq-timeline *::after {
  box-sizing: border-box;
}

.lsq-timeline__track {
  position: relative;
}

.lsq-timeline__line-track {
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e2de;
  border-radius: 2px;
  z-index: 0;
}

.lsq-timeline__line-fill {
  position: absolute;
  left: 7px;
  top: 0;
  width: 2px;
  height: 0%;
  background: #1a5c45;
  border-radius: 2px;
  z-index: 1;
  will-change: height;
}

.lsq-timeline__row {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 72px;
}

.lsq-timeline__row:last-child {
  padding-bottom: 0;
}

.lsq-timeline__dot-col {
  width: 16px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.lsq-timeline__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d4d4cf;
  transition: background 0.35s ease, transform 0.3s ease;
}

.lsq-timeline__dot.lsq-timeline__dot--active {
  background: #1a5c45;
  transform: scale(1.18);
}

.lsq-timeline__body {
  flex: 1;
  padding-left: 44px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
h3.lsq-timeline__title {
    margin-bottom: 0px;
}
.lsq-timeline__body.lsq-timeline__body--visible {
  opacity: 1;
  transform: translateY(0);
}

.lsq-timeline__body-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.lsq-timeline__body-inner--no-image {
  grid-template-columns: 1fr;
}

.lsq-timeline__title {
  line-height: 1.3 !important;
    margin: 0 0 10px;
}

.lsq-timeline__desc {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 1.75;
}
.lsq-timeline__desc.avia-textblock p {
    margin-top: 0px !important;
}
.lsq-timeline__desc > p:first-of-type {
    margin-bottom: 28px !important;
}
.lsq-timeline__desc p a.wpil_keyword_link {
    color: inherit;
}
.lsq-timeline__desc h4 {
  font-size: 20px !important;
    margin: 18px 0 3px;
}

.lsq-timeline__desc h3:first-child,
.lsq-timeline__desc h4:first-child {
  margin-top: 0;
}

.lsq-timeline__desc h3 + p,
.lsq-timeline__desc h4 + p {
  font-size: 13.5px;
  color: #6a6a6a;
  line-height: 1.65;
  margin: 0 0 0;
}

.lsq-timeline__desc ul,
.lsq-timeline__desc ol {
  margin: 0 0 18px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8em;
}
.lsq-timeline__desc ul li, .lsq-timeline__desc ol li {
    margin-bottom: 25px;
}
.lsq-timeline__image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 860px) {
  .lsq-timeline__body-inner:not(.lsq-timeline__body-inner--no-image) {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lsq-timeline__image-panel {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 580px) {
  .lsq-timeline {
    padding: 40px 18px 100px;
  }

  .lsq-timeline__body {
    padding-left: 24px;
  }

  .lsq-timeline__title {
    font-size: 19px;
  }

  .lsq-timeline__image-panel {
    aspect-ratio: 4 / 3;
  }
}
