@mixin elements-ol{
  ol{
    > li{
      margin-bottom:8px;
      line-height:1.3;
    }
  }
}