.card_wrapper{
    
    padding: 30px 15px;
}
.card_DetailBox {
    display: flex;
}
.card_DetailBox1 {
    width: 50%;
    padding: 10px;
}
.card_DetailBox2 {
    width: 50%;
    padding: 10px;
}
.custom_grayBg {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
.card_DetailBox2.custom_grayBg,
.card_DetailBox2.custom_grayborder {
    border-left: 0;
}
.card_DetailBox1  h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.card_DetailBox2 p {
    color: #000;
    font-size: 16px;
    margin: 0;
}
.custom_grayborder {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.card_DetailBox2  img {
    width: 110px;
}



/*===============================*/

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.timeline li.event-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.timeline li.event-item::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: -30px;
  width: 2px;
  background: #ccc;
  z-index: 0;
}

.timeline li.event-item:last-child::before {
  bottom: auto;
  height: 0;
}

.timeline .icon {
  position: absolute;
  left: 10px;
  background: white;
  z-index: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.timeline .content {
  background: #f8f8f8;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.custom_p .card_wrapper {
    padding: 30px;
}
.custom_p .timeline .more_info {
    padding: 10px;
    display: none;
}