.cool-vertical-timeline-body .timeline-content .story-details {
    padding: 0;
    border-radius: 25px;
    border: 1px solid #54CF79;
    box-shadow: none;
}
.editor-styles-wrapper .cool-vertical-timeline-body .timeline-content .story-details {
    display: flex;
    flex-direction: column-reverse;
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details {
    border: 2px solid #54CF79;

}

.cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details {
    border: 2px solid #0A3918;
}

.cool-vertical-timeline-body.ctlb-wrapper .story-details .ctlb-block-desc {
    padding: 15px !important;
}

.cool-vertical-timeline-body .story-details :where(.timeline-block_title, .ctlb-block-title),
.editor-styles-wrapper .cool-vertical-timeline-body .story-details :where(.timeline-block_title, .ctlb-block-title) {
    padding: 13px 15px 8px;
    background-color: #54CF79;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    color: #0A3918;
    margin: 0;
}

.cool-vertical-timeline-body .ctl-row.position-right .story-details :where(.timeline-block_title, .ctlb-block-title) {
    background-color: #0A3918;
    color: white;
    margin: 0;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-left .story-details:before,
.cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details:before,
.cool-vertical-timeline-body.one-sided.right .timeline-content .story-details:before {
    border: none;
    height: 2px;
    width: 100%;
    background-color: #54CF79;
    z-index: -1;
    right: -40px;
    top: 30px;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-right .story-details:before,
.cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details:before,
.cool-vertical-timeline-body.one-sided.left .timeline-content .story-details:before {
    border: none;
    height: 2px;
    width: 100%;
    background-color: #0A3918;
    z-index: -1;
    left: -40px;
    top: 30px;
}

.cool-vertical-timeline-body .timeline-content.icon-false .timeline-block-icon {
    width: 36px;
    height: 36px;
    transform: translate(-60%, -50%);
}

.cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon svg {
    fill: #54CF79;
    width: 36px;
    height: 36px;
}

.cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .position-right .timeline-block-icon svg {
    fill: #0A3918;
}

.cool-vertical-timeline-body.ctlb-wrapper:before {
    background: #0A3918;
    opacity: 1;
    width: 1px;
}

.cool-timeline-block-list:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: #0A3918;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

.cool-timeline-block-list:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: #0A3918;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.wp-block-cp-timeline-content-timeline.Cool-Content-Timeline {
    padding: 50px 20px;
    background-color: #fafafa;
    border-radius: 25px;
}

body.single.single-service {
    background-color: #fff;
}

@media (max-width: 768px) {
    .cool-vertical-timeline-body:not(.one-sided) .timeline-content.icon-false .timeline-block-icon{
        top: 40px;
    }

    .cool-timeline-block-list:before{
        left: 3px;
        transform: none;
        top: -5px;
    }

    .cool-timeline-block-list:after {
         left: 3px;
         transform: none;
         bottom: -5px;
     }

}