/*history page*/
.timeline-history .et_pb_row:before {
    content: '';
    background-color: #222;
    height: 100%;
    width: 5px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    z-index: 1111;
    left: 50%;
}
.timeline-history .et_pb_blurb{
	background: #f5f5f5;
}


.timeline-history .et_pb_blurb_content .et_pb_blurb_container{
	    padding: 10px 130px 10px 40px;
    clip-path: polygon(0 0,100% 0,100% 100%,5% 100%);
}
.timeline-history  .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	    line-height: 66px;
    text-align: center;
}
.timeline-history .et_pb_blurb_content:before{
	    content: '';
    background-color: #0c5adb;
    height: calc(100% + 20px);
    width: 135px;
    transform: translateY(-50%);
    position: absolute;
    right: 2px;
    top: 50%;
    z-index: 1;
    clip-path: polygon(0 0,100% 0,100% 100%,30% 100%);
}

.timeline-history .et_pb_blurb_content .et_pb_main_blurb_image {
	    line-height: 66px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 15%);
    border: 4px solid #fff;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
	    padding:9px 15px;
	    filter: contrast(0) brightness(2);
}

.timeline-history .et_pb_blurb:nth-child(even) .et_pb_blurb_content .et_pb_main_blurb_image {
    right: auto;
    left: 20px;
}
.timeline-history .et_pb_blurb:nth-child(even) .et_pb_blurb_content:before {
    transform: translateY(-50%) rotateY(
180deg
);
    right: auto;
    left: 3px;
}

.timeline-history .et_pb_blurb:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container {
    padding: 10px 30px 10px 145px;
    clip-path: polygon(0 0,100% 0,95% 100%,0 100%);
}