.module-edit{
  display: flex;
  justify-content: center;
  height: 100%;
}
.module-edit{
  &__container{
    max-width: 85%;
    width: 100%;
    flex-direction: column;
    display: flex;
  }
}