@media (min-width: 768px) {
    .fw-text-md-40-px {
        font-size: 40px !important;
    }
}

@media (min-width: 992px) {
    .process .process-step:before {
        content: '';
        height: 2px;
        display: block;
        background-color: #B7B7B7;
        position: absolute;
        width: 50%;
        top: 45px;
        left: 75%;
    }
}

.fw-process1-section {
    position: relative;
    overflow: hidden;
}

.fw-process1-content {
    position: relative;
    z-index: 2;
}

.fw-dec-image1{
    z-index: 0;
    pointer-events: none;
}

.fw-dec-image2{
    z-index: 0;
    pointer-events: none;
}
