Multi Line HTML Tag
<span class= "top-line-text">TOP LINE TEXT</span> <br> BOTTON LINE TEXTButton CSS
selector .elementor-button-icon{
    font-size: 40px;
}
selector .top-line-text{
    font-size: 16px;
    color: #ffffff;
}<span class= "top-line-text">TOP LINE TEXT</span> <br> BOTTON LINE TEXTselector .elementor-button-icon{
    font-size: 40px;
}
selector .top-line-text{
    font-size: 16px;
    color: #ffffff;
}