@charset "UTF-8";

.flexgroup {
  .textbox {
    text-align: left;
  }
  &.rev {
    @media (max-width: 960px) {
      flex-direction: column;
    }
  }
  @media (max-width: 960px) {
    flex-direction: column;
  }
}
