.m-table {
  width: 100%;
  border-collapse: collapse;
}

  .m-table__tr {
    border-bottom: 0.0625rem solid var(--color-greyscale-5);
  }

  .m-table--second .m-table__tr {
      border-bottom: 0;
    }

  .m-table__th {
    padding: 1.25rem 0.625rem 1.25rem 0;
    text-align: start;
    color: var(--color-greyscale-4);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-500);
    line-height: var(--line-height-1-428);
  }

  .m-table--second .m-table__th {
      padding-top: 0;
    }

  .m-table__td {
    padding: 1.25rem 0.625rem 1.25rem 0;
    color: var(--color-greyscale-2);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-500);
    line-height: var(--line-height-1-375);
  }

  @media all and (min-width: 1201px) {

  .m-table__td {
      font-size: var(--font-size-16)
  }
    }

  .m-table--second .m-table__td {
      padding-top: 0;
    }

  .m-table__td .m-form-element--label-inline .m-form-element__label .m-form-element-label {
      display: inline-block;
    }
