.f-timeline{
    width: 100%;
    .timeline-row{
        
        padding: 15px 26px 23px 33px;
        background-color: #fff;
        .timeline-row-header{
            font-size: 0;
            vertical-align: middle;
            margin-bottom: 20px;
            .timeline-row-dot{
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #66B869;
                margin-right: 13px;
            }
            .timeline-row-date{
                display: inline-block;
                font-size: 14px;
                line-height: 20px;
                color: #000;
                opacity: 0.45;
            }
        }
        .timeline-row-content{
            margin-left: 21px;
            padding: 15px 14px 20px 14px;
            background: #F9F9F9;
            border: 1px solid #F2F2F2;

        }
    }
}