.services-off-green {
    background: linear-gradient(263.58deg, #009260 9.72%, #016442 99.74%);
    clip-path: polygon(0 0, 99.5% 0, 97% 100%, 0% 100%);
}

@media (max-width: 1024px) {
    .services-off-green {
        clip-path: none;
    }
}