To set Bold & italic in a same button, like this.
#1. First, use this code to Custom CSS
div.button-block a em {
margin-left: 5px;
margin-right: 5px;
}
#2. Next, edit Button > Use this syntax into Button Text
<b>Schedule a</b> <em>free</em> <b>30-minute call with me</b>


