@media (max-width: 1024px) {
  .column-ext-title {
    font-size: 4.5vw;
  }

  .column-ext-headline {
    font-size: 3.8vw;
  }

  .column-ext-img {
    margin: auto;
    padding-bottom: 5vw;
    width: 80%;
  }

  .personal-comment-img-area {
    order: 2;
    padding-bottom: 5vw;
    text-align: center;
  }

  .personal-comment-img {
    width: 40vw;
  }

  .personal-comment-area {
    order: 1;
  }
}
