@media screen and (max-width: 500px) {
  .brandstory {
    display: flex;
    flex-direction: column;
  }
  .brandstory .align_right {
    order: 2;
  }
  .brandstory .image-right {
    order: 1;
  }
}
