/* Fix for timeline in col-lg-4 box */
@media (min-width: 992px) {
  .col-lg-4 .card .body .timeline-item>div{
    margin-top: 20px;
  }
}