.wst-timeline-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.wst-title {
  text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 48px;
    color: var(--color-black);
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
}


.wst-timeline {
  width: 60%;
  display: flex;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}

.wst-item {
  position: relative;
    width: calc(50% - 1.5px);
    aspect-ratio: 1685 / 1133;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.wst-item-left {
  position: absolute;
    right: 10px;
    bottom: 10px;
    color: var(--color-black);
    font-weight: var(--font-weight-bold);
    font-size: 48px;
}
