For the life of me I can not figure out how to align the Month in Middle of the Arrows. The i class is font awesome. I have tried margin:auto, padding-top/padding bottom, line height etc. This should be easy. But it always ends up on the bottom.
div needs the style code...
 <div>
 <i class="fa fa-caret-left" style="font-size:35px"></i>
  NOVEMBER 2020 
 <i class="fa fa-caret-Right" style="font-size:35px"></i>
 </div>
 
     
    