/* 27in */
@media only screen and (min-width: 1920px) {
  p.content-about {
    line-height: 2.5 !important;
    font-size: 35px !important;
    color: white;
  }
}

/* 24 in */

@media only screen and (min-width: 1780px) {
  section.roadmap.relative {
    top: 322%;
  }
  p.content-about {
    line-height: 2.5;
    font-size: 28px;
    color: white;
  }
}

/* mobile */
@media only screen and (max-width: 414px) {
  header nav ul li a {
    font-size: 3.1vw;
  }
  .social_media a img {
    width: 4.2vw;
  }
  section.first {
    background-position: center;
  }
  img.team.img-fluid.pt-5 {
    position: absolute;
    width: 101%;
    bottom: 0;
    left: 1%;
    height: 61%;
  }

  section.three.relative {
    position: absolute;
    top: 134%;
    z-index: 99;
  }
  section.roadmap.relative {
    position: absolute;
    top: 174%;
    z-index: 100;
  }
  .box-content {
    width: 49%;
  }
  p.content-about {
    line-height: 1;
    font-size: 9px;
    color: white;
  }
  .content {
    top: 55%;
  }
}
