/* -------------------------------------------------------------------------------------------------
 dedicated styles for the content of the home page
------------------------------------------------------------------------------------------------- */

main
{
  display: table;   
}

section
{
  display: table-row;
}

#lowerSection
{
  height: 300px;
  margin-top: 25pt;
  display: flex;
}

#divImage
{
  display: inline-block;
  width: 450px;
  margin-right: 25pt;
}

#divNews
{
  display: inline-block;
  margin: 0; padding: 0;  
}

#divNews i
{  
  display: inline-block; margin-top: -4px;
  font-size: 12pt;
}
