.timeline {
    position: relative;
}
.timeline-title{
    text-align:  left;
}
/* .timeline-title-right{
    text-align:  right;
} */
  
h4.timeline-title {
    /* margin: 0; */
    padding: 0.6rem 0 0 0;
    font-size: 1.2em;
    color:#333;
  }

h5.timeline-title{
    color: #1b242f;
    font-size: 1em;
    /* font-weight: 600; */
  }
/*   
h4.timeline-title-right {
    /* margin: 0; */
    /* padding: 0.6rem 0.6rem 0 0; */
    /* font-size: 1.2em; */
    /* color:#333; */
/* } */

/* h5.timeline-title-right {
    color: #1b242f;
    font-size: 1em;
    padding: 0 0.6rem 0 0; */
    /* font-weight: 600; */
/* } */

  .timeline-body p {
    text-align: left;
    font-size: 1em;
    margin: 1rem;
    /* padding: 0.1rem; */
    color: black;
    /* line-height: 1.5em; */
  }


  .timeline::before {
    content: '';
    background: #c5cae9;
    width: 0.3125rem;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-item {
    width: 100%;
    margin-bottom: 2rem;
}
.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 2.5rem 1.875rem 0.625rem 1.875rem;
}
.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 1.875rem;
    left: -0.9375rem;
    border-width: 0.625rem 0.9375rem 0.625rem 0;
    border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}
.timeline-content {
    position: relative;
    width: 45%;
    padding: 0.625rem 1.875rem;
    border-radius: 0.25rem;
    background: #f5f5f5;
    box-shadow: 0 1.25rem 1.5625rem -0.9375rem rgba(0, 0, 0, .3);
}
.timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 1.875rem;
    right: -0.9375rem;
    border-width: 0.625rem 0 0.625rem 0.9375rem;
    border-color: transparent transparent transparent #f5f5f5;
}
.timeline-img {
    width: 1.875rem;
    height: 1.875rem;
    background: #3f51b5;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 1.5625rem;
    margin-left: -0.9375rem;
}
.timeline-card {
    padding: 0 !important;
}
.timeline-card p {
    padding: 0 1.25rem;
}
.timeline-card a {
    margin-left: 1.25rem;
}
.timeline-item .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
    background-size: cover;
}
.timeline-img-header {
    height: 12.5rem;
    position: relative;
    margin-bottom: 1.25rem;
}
.timeline-img-header h2 {
    color: #fff;
    position: absolute;
    bottom: 0.3125rem;
    left: 1.25rem;
}
blockquote {
    margin-top: 1.875rem;
    color: #757575;
    border-left-color: #3f51b5;
    padding: 0 1.25rem;
}
.date {
    background: #ff4081;
    display: inline-block;
    color: #fff;
    padding: 0.625rem;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
   }
.timeline-title{
    margin-top: 2rem;
}

    .timeline .timeline-img {
        left: 50px;
   }
    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
   }
    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
   }
    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 1.875rem;
        left: -0.9375rem;
        border-width: 0.625rem 0.9375rem 0.625rem 0;
        border-color: transparent #f5f5f5 transparent transparent;
   }
}
