First Letter CSS Code

Look at this image, you will find first letter is bold and increased font-size than regular.

Just find CSS class of element and replace it in blue code & use CSS Code like below:

.layout.fabmenu4 .r99 ul.items li p::first-letter {
 font-weight: bold; 
font-size: 120%; 
}