@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@media screen and (max-width: 768px) {
  .first-view {
    height: 190vw;
    max-height: initial; }
    .first-view .first-image {
      top: 15vw; }
      .first-view .first-image .left_img {
        width: 50%; }
      .first-view .first-image .right_img {
        width: 50%;
        display: block; }
    .first-view .first_view_wrapper {
      gap: 5vw; }
      .first-view .first_view_wrapper .first-copy {
        -webkit-transform: translateX(5vw);
        -ms-transform: translateX(5vw);
        transform: translateX(5vw); }
        .first-view .first_view_wrapper .first-copy p {
          font-size: 12vw; } }
