Convert the call to action box into a speech bubble

Inside the BEFORE box, add this:
border-radius: 0px;
position: absolute;
content: ”;
width: 0;
height: 0;
border-top: 100px solid #00d664;
border-right: 100px solid transparent;
right: 100px;
bottom: -100px;
And inside the MAIN ELEMENT box, add this:
border-radius: 50px;