@media (max-width: 700px) {
  .part-1 img {
    width: 200px;
  }
   .roadmap-section-mobile {
        display: block;
    }
}