.timeline-plant > ul, li {
    list-style: none;
    padding: 0;
}
.timeline-plant > .container {
    /*display: flex;*/
    justify-content: left;
    align-items: center;
    padding: 0 1rem;
    /*background: linear-gradient(45deg, #209cff, #68e0cf);*/
    padding: 3rem 0;
}
.timeline-plant > .container > .wrapper {
    /*background: #eaf6ff;*/
    /*padding: 2rem;*/
    border-radius: 15px;
}
.timeline-plant > .container > .wrapper > h1 {
    font-size: 1.1rem;
    font-family: sans-serif;
}
.timeline-plant > .container > .wrapper > .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}
.timeline-plant > .container > .wrapper > .sessions > li {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}
.timeline-plant > .container > .wrapper > .sessions > li:last-child {
    border: 0px;
    padding-bottom: 0;
}
.timeline-plant > .container > .wrapper > .sessions > li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}
.timeline-plant > .container > .wrapper > .sessions > .time {
    color: #2a2839;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 601px) {
    .time {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 600px) {
    .time {
        margin-bottom: 0.3rem;
        font-size: 0.85rem;
    }
}
.timeline-plant > .container > .wrapper > .sessions > p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
}
@media screen and (max-width: 600px) {
    p {
        font-size: 0.9rem;
    }
}
 