/* English Learning Experience: center the first connector in its visible text gap. */
@media (min-width:1201px){
  html[lang="en"] .mini-flow .mini-step:first-child + .mini-arrow{
    transform:translateX(-36px)!important;
  }
}
