I think mookasaurus was right.
Try to open /wp-content/themes/MobileWorld/css/screen.css , and find line 54, there is a “dl dt {…}” setting, add one more css code as like:
dl dt{
font-weight: bold;
margin-bottom: 10px;
}
I think it works, but suggest create new css class to set margin, otherwise all “dl dt” will apply margin effect.