.cp_timeline04 {
    position: relative;
    margin: 3em auto;
    padding-bottom: 2em;
  }
  .cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 0px;
  }
  .cp_timeline04 .timeline_item .time_date .time {
    font-family: serif;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    margin: 0;
    letter-spacing: 3px;
    color: rgb(44 44 44 / 31%);
  }
  .cp_timeline04 .timeline_item .time_date .flag {
    /* font-size: 1.5em; */
    font-weight: bold;
    margin: 0;
    color: rgb(44 44 44 / 31%);
  }
  .cp_timeline04 .timeline_item .desc {
    font-size: 0.8em;
    /* line-height: 20px; */
    margin-top: 10px;
    /* padding-left: 20px; */
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 767px) {
    .cp_timeline04:before {
      left: 15px;
    }
    .cp_timeline04 .timeline_item .time_date .time:before {
      left: -32px;
    }
    .cp_timeline04 .timeline_item {
      margin: 0px 0px 0px 0px;
    }
  }