#nfa-timeline-wrapper {
    position: relative;
}

#nfa-timeline-wrapper .nfa-timeline-content-container {
    margin-bottom: 70px;
}

#nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 70px;
    padding: 50px 0;
}

#nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container::before {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    height: 2px;
    width: 75%;
    background-color: #ffffff;
}

#nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc( 25% - 70px);
    font-size: clamp( 14px, 1.11111vw, 18px);
}

#nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper::before {
    position: absolute;
    top: -62px;
    display: block;
    content: '';
    height: 26px;
    width: 26px;
    border: 3px solid #ffffff;
    background-color: #FBCFCD;
    border-radius: 50%;
}

#nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper:last-of-type:before {
    background-color: #ffffff;
}

#nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper h4.nfa-timeline-single-item-title {
    font-family: 'Open Sans';
    font-size: clamp( 14px, 1.11111vw, 18px);
    line-height: 1.2rem;
    font-weight: 700;
    margin-bottom: 0rem;
}


#nfa-timeline-image-wrapper {
    /* background: linear-gradient(to top, #ff0000 100% 27.5%, transparent 27.5% 0); */
}


@media( max-width: 767px ) {
    #nfa-timeline-wrapper .nfa-timeline-content-container {
        margin-bottom: 70px;
    }

    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container {
        padding: 0;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container::before {
        top: 20px;
        left: 12px;
        height: calc( 75% + 13px );
        width: 2px;
    }
        
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper {
        flex: 0 0 100%;
        margin-bottom: 50px;
        padding-left: 50px;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper::before {
        top: 0;
        left: 0;
        display: block;
        content: '';
        height: 26px;
        width: 26px;
        border: 3px solid #ffffff;
        background-color: #FBCFCD;
        border-radius: 50%;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper:last-of-type:before {
        background-color: #ffffff;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper h4.nfa-timeline-single-item-title {
        font-family: 'Open Sans';
        font-size: clamp( 14px, 1.11111vw, 18px);
        line-height: 1.2rem;
        font-weight: 700;
        margin-bottom: 0rem;
    }
    
    
    #nfa-timeline-image-wrapper {
        /* background: linear-gradient(to top, #ff0000 100% 27.5%, transparent 27.5% 0); */
    }
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
    #nfa-timeline-wrapper .nfa-timeline-content-container {
        margin-bottom: 70px;
    }

    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container {
        padding: 0;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container::before {
        top: 20px;
        left: 12px;
        height: calc( 75% + 13px );
        width: 2px;
    }
        
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper {
        flex: 0 0 100%;
        margin-bottom: 50px;
        padding-left: 50px;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper::before {
        top: 0;
        left: 0;
        display: block;
        content: '';
        height: 26px;
        width: 26px;
        border: 3px solid #ffffff;
        background-color: #FBCFCD;
        border-radius: 50%;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper:last-of-type:before {
        background-color: #ffffff;
    }
    
    #nfa-timeline-wrapper #nfa-timeline-all-cols-wrapper .nfa-timeline-all-cols-container #nfa-timeline-single-item-wrapper h4.nfa-timeline-single-item-title {
        font-family: 'Open Sans';
        font-size: clamp( 14px, 1.11111vw, 18px);
        line-height: 1.2rem;
        font-weight: 700;
        margin-bottom: 0rem;
    }
    
    
    #nfa-timeline-image-wrapper {
        /* background: linear-gradient(to top, #ff0000 100% 27.5%, transparent 27.5% 0); */
    }
}