@media screen and (max-width: 600px) {
    .lpNew_process:after {
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    content: "";
    background-image: none;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    }

    .lpNew_schemesList .newSchemeCol {
        margin-bottom: 30px;
        width: 100% !important;
    }

    .footer{
        text-align: justify;
        height: auto;
    }

    .f-logo {
        text-align: center;
    }
    .footer:after{
        display: none;
    }

}
@media screen and (max-width: 989px) {
    .lpNew_process {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .lpNew_process {
        margin-top: 20px;
    }
}

@media screen and (max-width: 989px) {
    .lpNew_process .lpNew_processCol:nth-child(1) {
        margin-left: 0;
    }
}

.lpNew_process .lpNew_processCol:nth-child(1) {
    margin-left: 5px;
}
@media screen and (max-width: 989px) {
    .lpNew_process .lpNew_processCol {
        padding: 15px;
        margin-top: 0;
        max-width: 330px;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 989px) {
    .lpNew_process .lpNew_processCol {
        padding: 15px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .lpNew_process .lpNew_processCol {
        margin-top: 37px;
        padding: 22px 12px;
    }
}
