
/* REAL FIX V2: mega menu title is one em block */
.mega-col > em{
  display:block !important;
  position:relative !important;
  text-align:center !important;
  font-style:normal !important;
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  color:#10213c !important;
  white-space:nowrap !important;
  margin:0 0 10px 0 !important;
  padding:0 !important;
  text-shadow:none !important;
}
.mega-col > em > strong{
  display:inline !important;
  position:static !important;
  color:#e53935 !important;
  font-size:inherit !important;
  line-height:inherit !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  text-shadow:none !important;
  background:none !important;
}
.mega-col > em::before,
.mega-col > em::after,
.mega-col > em > strong::before,
.mega-col > em > strong::after{
  content:none !important;
  display:none !important;
}
.mega-col > strong{display:none !important;}
@media (max-width:768px){
  .mega-col > em{font-size:22px !important;margin-bottom:8px !important;}
}
