@charset "UTF-8";

/* 右側の画像2つを下に移動させる */
.top{
  align-items: flex-end;
}

.bottom img{
  width: 22vw;
}

@media screen and (max-width: 768px) {
  .bottom img{
    width: auto;
  }
  .space {
    margin-bottom: 0;
  }
}
