.clipping {
    clip-path: path('M45.4324 44.9447C48.0265 19.4194 69.5195 0 95.1762 0H782.661C812.274 0 835.399 25.5938 832.405 55.0553L792.568 447.055C789.974 472.581 768.481 492 742.824 492H55.3389C25.7256 492 2.601 466.406 5.59505 436.945L45.4324 44.9447Z')
}

@media screen and (max-width: 1479px) {
   .clipping {
        clip-path: none;
    } 
}