/*=========================================================
Timeline
=========================================================*/

.timeline-card{

    position:relative;

    background:#fff;

    border:2px solid #e8edf5;

    border-radius:22px;

    padding:35px;

    height:100%;

    cursor:pointer;

    transition:.25s;

    overflow:hidden;

}

.timeline-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    margin-bottom:20px;

}

.timeline-card h4{

    margin-top:35px;

    margin-bottom:15px;

    font-weight:700;

}

.timeline-card p{

    color:#6c757d;

    margin-bottom:0;

    min-height:70px;

}

.timeline-card .badge{

    position:absolute;

    right:30px;

    top:30px;

}

/*=========================================================
Timeline Notes
=========================================================*/

.timeline-note{

    /*margin-top:25px;*/

    padding-top:20px;

    border-top:1px solid #eef2f7;

}

.timeline-note small{

    display:block;

    font-size:.80rem;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.7px;

    margin-bottom:8px;

}

.timeline-note strong{

    display:block;

    font-size:15px;

    margin-bottom:10px;

    font-weight:700;

}

.timeline-note p{

    font-size:.90rem;

    color:#6c757d;

    line-height:1.6;

    margin-bottom:0;

}