public function renderCSS()
 {
     parent::renderCSS();
     echo '@media (max-width: 1000px) { .text-left-xs { text-align: left !important; }}';
 }
 public function renderCSS()
 {
     parent::renderCSS();
     echo '@media (min-width: 760px) { .text-right-lg { text-align: right !important; }}';
 }