.cta-group-wrapper .cta-button::before {
    display: none;
}

#cta-group .cta-group-wrapper .cta-button {
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    width: 6rem;
}

#cta-group .cta-group-wrapper .cta-button:hover {
    height: 6rem;
    width: 26rem;
    padding-left: 3rem;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

#cta-group .cta-group-wrapper .cta-button:last-child:hover {
    height: 8rem;
    width: 32rem;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}
