In order to style the product variants label on the product detail page add the following css style name under module.css.
".VariantLabel"
For example:
VariantLabel
{
font-family: Times New Roman , Arial, Helvetica;
font-size: 13px;
font-weight: bold;
}