/* Extra large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    
    .philosophy .angle-bg {
        /* clip-path: polygon(0 50%, 85% 25%, 100% 35%, 100% 70%, 75% 60%, 0 70%); */
       clip-path: polygon(0 50%, 85% 20%, 100% 35%, 100% 72%, 75% 65%, 0 80%);
    }

    
}
        