@charset "utf-8";

/*
CSS About specific styles


*/

.about {

}
@media all and (min-width: 600px) {
  .about .pageInfoBlock img {
    width: 100%;
    max-width: 514px;
    margin: 5rem auto;
    flex-basis: 90%;
  }
}

@media all and (min-width: 810px) {

  .pageInfoBlock:nth-child(2) .pageInfoBlock-copy {
        order: 2;
      }

      .pageInfoBlock:nth-child(1) img {
        order: 1;
      }

}
