Hello there,
You can use following CSS code to make article name, author & description text bold.
.snippet-data-img [itemprop="name"],
.snippet-data-img [itemprop="author"],
.snippet-data-img [itemprop="description"] {
font-weight: bold;
}
Hope it will help you.
Regards,
Pratik