How do I decrease Product description text size - Motion Theme

Hello There,

Admin go to online store → themes → actions → edit code
Find Asset >theme.css and paste this at the top of the file:

.product-block .rte p {
font-size: 10px!important;
}