.repeater-container-buttons .mt-repeater-section-body {
  display        : flex;
  align-items    : center;
  justify-content: space-between;

  .mt-field {
    width: calc(50% - 20px);

    div,
    input {
      width: 100%;
    }
  }

}
