none means that the text will be displayed as you typed it
Sorted, here is the solution in case anyone is interested:
/* REMOVES UPPERCASE IN ABOUT US WIDGET TITLE */
.skills .skill .section-legend {
text-transform: none;
}
/* REMOVES UPPERCASE IN OUR FOCUS WIDGET TITLE */
.focus-box h3 {
text-transform: none;
}