
.ff-timeline .item-swiper{
    padding: 5px;
    border-radius: 25px;
}

.timeline-item{
    background: #fff;
    box-shadow: 0px 7px 12px 0px rgba(2, 6, 19, 0.09);
    border-radius: 25px;
    padding: 20px 25px;
    max-width: 567px;
    position: relative;
    overflow: hidden;
}
.timeline-item .s1{
    margin-bottom: 45px;
}
.timeline-item .img-con{
    position: relative;  
    z-index: 1;
}
.timeline-item .img-con:after{
    content: '';
    background: url(/wp-content/uploads/2023/12/timeline-shape.svg) no-repeat;
    background-size: cover;
    width: 185px;
    height: 125px;
    position: absolute;
    top: 20px;
    left: 195px;
    z-index: -1;
}
.timeline-item .img-con img{
    width: 306px;
    height: 145px;
    object-fit: cover;;
    border-radius: 15px 15px 122px 15px;
}
.timeline-item .s1 .year{
    background: #44BFB8;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 2px 30px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.timeline-item .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.333;
    margin-bottom: 10px;
    
}

.timeline-item .content{
    height: 260px;
}

@media(max-width: 1024px){
    .timeline-item .title{
        min-height: 65px;
    }
}


@media(max-width: 767px){
    .timeline-item{
        padding: 20px 15px;
    }
    
    .timeline-item .title{
        font-size: 20px;
        min-height: auto;
    }

    .timeline-item .s1 .year{
        font-size: 17px;
        padding: 2px 20px;
        right: 10px;
        z-index: 2;
    }
}