Please check demo here:
https://demo.drupar.com/mahipro/elements/content-elements/box
https://demo.drupar.com/mahipro/elements/content-elements/box
Default box
<div class="box">
some text inside the box..
</div><!-- /box -->Dark box
<div class="box dark">
some text inside the box..
</div><!-- /box -->Primary box
<div class="box primary">
some text inside the box..
</div><!-- /box -->Secondary box
<div class="box secondary">
some text inside the box..
</div><!-- /box -->White box
<div class="box white">
some text inside the box..
</div><!-- /box -->