.tm-timeline-entry + .tm-timeline-entry {
    margin-top: 40px;
}
.uk-margin-large-top {
    margin-bottom: 60px;
}
.uk-list {
    padding-top: 7px;
}
.uk-list li {
    padding-bottom: 25px;
    color: #8C91A9;
    line-height: 1.6;
}
.uk-label {
    display: inline-block;
    padding: 2px 10px;
    background: #05c896;
    line-height: 1.5;
    font-size: 0.8125rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 20px;
    margin-left: 8px;
}
.uk-label-destaque {
    background: #005881 !important;
}
@media (min-width: 640px) {
    .tm-timeline {
        box-sizing: border-box;
        position: relative;
    }
    .tm-timeline * {
        box-sizing: border-box;
    }
    .tm-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(30% - 2px);
        bottom: 0;
        width: 4px;
        background: #00acfa;
    }
    .tm-timeline:after {
        content: "";
        display: table;
        clear: both;
    }
    .tm-timeline-entry {
        clear: both;
        text-align: left;
        position: relative;
    }
    .tm-timeline-entry + .tm-timeline-entry {
        margin-top: 70px;
    }
    .tm-timeline-entry:after {
        display: block;
        content: "";
        clear: both;
    }
    .tm-timeline-entry .tm-timeline-time {
        float: left;
        width: 30%;
        padding-right: 70px;
        text-align: right;
        position: relative;
    }
    .tm-timeline-entry .tm-timeline-time:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 4px solid #00acfa;
        background-color: #fff;
        border-radius: 100%;
        top: 0;
        right: -10px;
        z-index: 99;
    }
    .tm-timeline-entry .tm-timeline-time h5 {
        margin: 3px 0 0;
    }
    .tm-timeline-entry .tm-timeline-body {
        float: right;
        width: 70%;
        padding-left: 70px;
        margin-top: -2px;
    }
    .tm-timeline-entry .tm-timeline-body h3 {
        margin: 0 0 15px;
    }
    .tm-timeline-entry .tm-timeline-body h3 span {
        padding: 1px 7px;
    }
    .uk-list li{
        list-style-type: circle;
    }
}
@media(max-width: 424px) {
    .uk-list li{
        border-top: 1px solid #eeeeee;
        padding-top: 20px;
    }
}