.bg-image {
    position: absolute;
    width: 60%;
    right:0;
}
@media screen and (max-width: 767px) {
    .bg-image {
        width: 100%;
        
    }
}
.timeline-box {
    padding: 0 10px;
}
.timeline-box .blot {
    position: absolute;
    z-index: -1;
    top: 0%;
    transform: translateY(20%);
    mix-blend-mode: multiply !important;
}
.blot {
    width: 100%;
    text-align: center;
}
.blot img {
    display: none;
    margin: auto;
    width: 80%;
    transform: translateY(-40%);
}
.num1 .blot1 {
    display: block;
    opacity: 0.9;
}
.num2 .blot2 {
    display: block;
}
.num3 .blot3 {
    display: block;
    opacity: 0.9;
}
.services img {
    margin-bottom: 2.5em;
}



.blotch-holder {
    position: absolute;
    width: 100%; height: 50%;
    left:0;
    z-index: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}
.blotch1 {
    width: 40%;
    transform: translateX(-70%) rotate(180deg);
    opacity: 0.5;
    transition-delay: .2s;
}



@media screen and (max-width: 991px) {
    .timeline-box .blot {
        transform: translateY(30%);
    }
    .blot img {
        width: 90%;
        transform: translateY(-40%);
    } 
    .blotch1 {
        width: 80%;
        transform: translateX(-70%) rotate(180deg);
        opacity: 0.5;
        transition-delay: .2s;
    }
}

@media screen and (max-width: 767px) {
    .blot img {
        width: 60%;
        transform: translateY(-40%);
    }
    .services .block-type-text {
        padding-top: 0;
        padding-bottom: 15px;
        margin-top: -15px;
    }
}
