


#project #about .aboutImg {
  background: url(../images/about_img_bg.png) no-repeat 55% 93%;
  background-size: 71%;
}

#project #about .catchCopy {
  line-height: 1.2;
  font-size: min(5.4vw, 48px);
}
#project #about .catchCopy span:not(.cross) {
  line-height: 1.6;
  margin-top: min(2vw, 10px);
}

#project #roadmap .roadImg {
  margin-bottom: min(50vw, 280px);
}

@media screen and (max-width: 820px) {

  #project #about .aboutImg p:nth-of-type(1) {
    top: 24%;
    right: 65%;
  }
  #project #about .aboutImg p:nth-of-type(2) {
    top: 23%;
    left: 67%;
    padding: 0.8em 1.8em 0.6em;
  }

}
