.cp_timeline04 {
  position: relative;
  margin: 3em auto;
  padding-bottom: 2em;
}
.cp_timeline04:before {
  position: absolute;
  top: 0px;
  top: -30px;
  left: 30px;
  width: 3px;
  height: 100%;
  content: '';
  background: #0b4697;
}
.cp_timeline04 .timeline_item {
  margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
  font-family: serif;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  margin: 20px 0 0 0;
  letter-spacing: 3px;
  color: rgba(11,70,151,0.2);
}
.cp_timeline04 .timeline_item .time_date .time:before {
  position: absolute;
  top: 45%;
  left: -54px;
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(45deg);
  border: 3px solid #0b4697;
  background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: -25px 0 0 10px;
  color: #595757;
  padding:10px 0;
  border-bottom: 1px solid;
  display: flex;
  align-items:center;
}
.cp_timeline04 .timeline_item .desc {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  padding: 10px 10px 10px 20px;
  border-left: 1px solid #0b4697;
  margin-left: 20px;
  font-weight: 500;
  max-width: 90%;
}
.logo-img {
    margin-left: 10px;
    border:1px solid #ccc;
    border-radius:4px;
    margin-top: 20px;
    }
@media only screen and (max-width: 767px) {
  .cp_timeline04:before {
    left: 15px;
  }
  .cp_timeline04 .timeline_item .time_date .time:before {
    left: -29px;
  }
  .cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .cp_timeline04 .timeline_item .desc {
    padding-left: 0px;
    border-top: 1px solid #0b4697;
    border-left: none;
    font-size: 14px;
    display: block;
    margin-left: 0px;
    padding-top: 10px;
  }
.cp_timeline04 .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: -25px 0 0 10px;
  color: #595757;
  padding:10px 0;
  border-bottom: 0px solid;
  display: grid;
}
.logo-img {
    margin-left: 10px;
    border:1px solid #ccc;
    border-radius:4px;
    margin-top: 0px;
    margin-bottom: 5px;
    }
    
.cd-main-content p {
    line-height: 1.7em;
    margin-bottom: 0px;
    margin-top: 0px;
}
}
