
/* Apparence */ 
.ctaSocial{
    background: #710097;
    background: linear-gradient(180deg, rgba(166, 47, 219, 1) 0%, rgba(167, 48, 220, 1) 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}
.ctaSocial ul li::before{
    content: none !important;
}

/* Mobile */ 
@media (max-width: 769px) {

}