.ec7wp-justify-center {
  .c7-custom-form {
    .c7-form {
      margin-left: auto;
      margin-right: auto;
    }
    .c7-custom-form {
      justify-content: center;
    }
  }
}

.ec7wp-justify-right {
  .c7-custom-form {
    .c7-form {
      margin-right: 0;
      margin-left: auto;
    }
    .c7-custom-form {
      justify-content: flex-end;
    }
  }
}

.ec7wp-justify-left {
  .c7-custom-form {
    margin-left: 0;
    .c7-form {
      margin-right: auto;
      margin-left: 0;
    }
  }
}
