.right-box {
    height: fit-content;
    position: sticky;
    top: 80px;
}

.product-content tbody tr td {
    font-family: monospace;
}

.auto-height {
    height: auto !important;
}

/* Arrows (next/prev buttons) */
.swiper-button-next,
.swiper-button-prev {
    color: rgb(92 102 165 / var(--tw-bg-opacity)) !important;
    fill: rgb(92 102 165 / var(--tw-bg-opacity)) !important;
}

.swiper-pagination-bullet {
    background-color: rgb(92 102 165 / var(--tw-bg-opacity)) !important;
}

.icon-contact {
    width: 1.25em;
    height: 1.25em;
    min-width: 1em;
    min-height: 1em;
    max-width: 1.5em;
    max-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

.timeline-sticky-container {
    max-width: 50%;
    position: sticky;
    top: 40px;
    height: fit-content;
}

.timeline-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 38px;
    /* aligns with center of year circle */
    width: 2px;
    height: 100%;
    background-color: #a7a7a7;
    z-index: 0;
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
}

.timeline-year {
    position: absolute;
    left: 20px;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 2px solid #a7a7a7;
    color: #696969;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
}

.timeline-content {
    margin-left: 80px;
    padding-top: 6px;
}

.timeline-content h3 {
    margin: 0;
    font-size: 18px;
    color: #272727;
}

.timeline-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #696969;
}

@media (max-width: 600px) {
    .timeline-container {
        padding-left: 30px;
    }

    .timeline-year {
        left: 0;
    }

    .timeline-content {
        margin-left: 45px;
    }

    .timeline-container::before {
        left: 18px;
    }
}


@media (max-width: 600px) {
  .timeline-container::before {
    margin-left: 29px;
  }
}
