:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
.timeline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--wp--preset--spacing--normal);
  padding: var(--wp--preset--spacing--normal);
  background: linear-gradient(123deg, rgba(146, 160, 151, 0.15) 10%, rgba(146, 160, 151, 0.025) 90%);
  border-radius: 3px;
}
.timeline img {
  height: auto;
  border-radius: 3px;
}
.timeline .year {
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  margin: 0 0 0.5ch 0;
  padding-top: var(--wp--preset--spacing--normal);
  color: #014A3F;
  border-top: 1px dashed #92A097;
}
.timeline h3 {
  margin: 0;
  color: #014A3F;
}
@media (max-width: 859px) {
  .timeline h3 br {
    display: none;
  }
  .timeline h3 + img {
    margin-top: 2ch;
  }
}
.timeline .col-2 {
  padding-top: var(--wp--preset--spacing--normal);
  border-top: 1px dashed #92A097;
}
.timeline .wp-block-quote {
  margin-top: var(--wp--preset--spacing--normal);
}
.timeline .wp-block-quote p {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-24);
  line-height: 1.4;
  color: #000;
}
.timeline .wp-block-quote:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='67' fill='none'%3E%3Cpath fill='%2301415D' fill-opacity='.5' d='M20.285 66.93c-5.983 0-10.803-2.077-14.46-6.232C2.17 56.377.342 50.642.342 43.496c0-9.142 2.66-17.701 7.978-25.679C13.637 9.839 20.202 3.939 28.014.117l2.493 4.237c-3.324 2.66-6.316 5.9-8.975 9.723-2.493 3.823-4.488 8.477-5.983 13.962l5.235 1.495c5.319 1.663 9.474 4.156 12.465 7.48 3.158 3.324 4.737 7.396 4.737 12.216 0 5.318-1.745 9.64-5.235 12.964-3.49 3.158-7.646 4.737-12.466 4.737Zm52.355 0c-5.983 0-10.803-2.077-14.46-6.232-3.656-4.321-5.485-10.056-5.485-17.202 0-9.142 2.66-17.701 7.978-25.679C65.992 9.839 72.557 3.939 80.368.117l2.494 4.237c-3.325 2.66-6.316 5.9-8.975 9.723-2.493 3.823-4.488 8.477-5.984 13.962l5.236 1.495c5.318 1.663 9.473 4.156 12.465 7.48 3.158 3.324 4.737 7.396 4.737 12.216 0 5.318-1.745 9.64-5.236 12.964-3.49 3.158-7.645 4.737-12.465 4.737Z'/%3E%3C/svg%3E");
}
.timeline .wp-block-quote + p {
  margin-top: 3ch;
}
.timeline .wp-block-quote cite {
  margin-top: var(--wp--preset--spacing--normal);
}
@media (min-width: 860px) {
  .timeline {
    flex-direction: row;
    gap: 5rem;
  }
  .timeline .col-1 {
    flex: 1;
  }
  .timeline .col-1 .year {
    font-size: var(--wp--preset--font-size--font-26);
    font-weight: 300;
    margin-bottom: 1ch;
  }
  .timeline .col-1.has-img .year {
    margin-bottom: var(--wp--preset--spacing--normal);
  }
  .timeline .col-1.has-img .feat {
    position: relative;
  }
  .timeline .col-1.has-img h3 {
    line-height: 1.15;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
  .timeline .col-2 {
    flex: 1.05;
  }
  .timeline h3 {
    font-size: var(--wp--preset--font-size--font-24);
  }
}
@media (min-width: 1024px) {
  .timeline {
    padding: 5rem;
    background: linear-gradient(176deg, #e6e5dd 10%, #f5f1ea 90%);
    border-radius: 6px;
  }
  .timeline .inner {
    top: 20px;
  }
  .timeline h3 {
    font-size: var(--wp--preset--font-size--font-34);
  }
  .timeline .col-1.has-img h3 {
    top: 2.5rem;
    left: 2.5rem;
  }
  .timeline .col-2 {
    flex: 1.5;
  }
}
@media (min-width: 1300px) {
  .timeline {
    gap: 6rem;
    padding: 6rem;
  }
  .timeline .col-2 {
    flex: 1.6;
  }
}