.text-col::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/08/text-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.digbeth-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/08/Content-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.faq-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/08/faqrelensing_1.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.history-box,
.year-no {
    position: relative;
}

.history-box::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 20px;
    width: 4px;
    background: #029A97;
    z-index: 1;
}

.year-no::after {
    content: '';
    position: absolute;
    left: -86px;
    top: 0px;
    background: url(https://opticommneud01doculusapp.azurewebsites.net/wp-content/uploads/2026/08/circle.png);
    width: 46px;
    height: 46px;
    background-size: 46px;
    z-index: 2;
}

@media(max-width: 1024px) {
    .history-box::before {
        left: 0;
    }

    .year-no::after {
        left: -56px;
        top: -4px;
    }
}

@media(max-width: 768px) {
    .text-col::before {
        background-image: url('/wp-content/uploads/2026/08/our-story-content-sec-bg-mob.png');

    }
}