@charset "UTF-8";

@media screen and (max-width: 767px) {
  h2,
  .c,
  .content p {
    text-align: justify !important;
  }
  .flex_wrapper {
    justify-content: flex-start;
  }
}
