//---- widget editor ----//
.m_table{
    @extend %section-type;
    margin: 0 auto;;
    &__headline, .m_content {
      @include set-col(s, 4);
      @include set-col(md, 8, 2);
      @include set-col(lg, 6, 4);
    }
  }
  