.footer > .footer_top_new {
    padding-top: 308px;
    box-sizing: border-box;
    min-height: 516px;
    background-image: url('https://cdn.freudenberg.juplus.com/FtvPatkANLVKt7nW5kiS7UtUASsY');
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
    .footer > .footer_top_new {
        padding-top: 410px;
        background-color: #f4f7fe;
    } 
    /* .footer > .footer_top {
        background-color: inherit;
    } */
}
@media screen and (min-width: 751px) and (max-width: 1150px){
    .footer > .footer_top_new{
        padding-top: 410px !important;
        background-size: 200% 180%;
    }
}
@media screen and (max-width: 750px) {
    .footer > .footer_top_new {
        /* margin-top: .8rem; */
        background-image: url('https://cdn.freudenberg.juplus.com/FlhCAw1L-pnObabaimRb5Lm8vn1I');
        background-size: 100% 100%;
        min-height: 300px;
        padding-top: 100px;
    } 
}