.sf-timeline-image
{
    width: 100%;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sf-timeline-swiper-container
{
    margin-top: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sf-timeline-swiper-container .swiper, .sf-timeline-swiper-container .swiper-pagination
{
    max-width: 80%;
}

.sf-timeline-swiper-container .swiper .swiper-slide
{
    padding: 50px 75px;
}

.sf-timeline-swiper-container .swiper-pagination
{
    position: relative;
    display: flex;
    margin-top: 30px;
}

.sf-timeline-swiper-container .sf-timeline-pagination-item
{
    flex-grow: 1;
    background: unset;
    margin: 0 !important;
}

.sf-timeline-pagination-item
{
    display: flex !important;
    height: unset !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    opacity: 1 !important;
}

.sf-timeline-pagination-item .year-label
{
    color: black;
}

.sf-timeline-pagination-item .separator
{
    height: 1px;
    width: 100%;
    background-color: red;
}

.sf-timeline-pagination-item .bullet
{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
}