.msg-box {
  &__text {
    text-align: left;

    &__right {
      text-align: right;
    }

    &__center {
      text-align: center;
    }
  }
}
