.selection-process-wrap ul li h4{
    position: relative;
}
.selection-process-wrap ul li h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
    .selection-process-wrap ul li h4::after {
        display: none;
    }
}

.instantly-source-wrap ul li h4{
    position: relative;
}
.instantly-source-wrap ul li h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
    .instantly-source-wrap ul li h4::after {
        display: none;
    }
}
