#infos-popup {
  text-rendering: optimizeLegibility !important;
}
#infos-popup h2 {
  display: inline-block;
  margin-top: 24px
 }

#infos-popup h3 {
   display: inline-block;
   margin-top: 36px
  }

 #infos-popup h3:after {content: '';}



#infos-popup ol, #infos-popup ul {
	list-style-type: none;
}

#infos-popup ol li, #infos-popup ul li {
  padding-top: 12px;
  padding-botom: 12px;
}
