.roadmap {
  background-image: url("../images/bgroadmap.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 6vw 20px;
}

.roadmap h1 {
  font-size: 80px;
  -webkit-filter: drop-shadow(0px 0px 5px #fefdfe);
  filter: drop-shadow(0px 0px 5px #fefdfe);
}

.roadmap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  overflow-x: auto;
}

.roadmap .row .col {
  -webkit-box-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  padding: 20px;
}

.roadmap .row .col img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.roadmap .row .col img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -20px;
}

@media (max-width: 768px) {
  .roadmap .row {
    display: block;
  }
}

@media (max-width: 640px) {
  .roadmap {
    padding: 60px 20px;
  }
  .roadmap h1 {
    font-size: 60px;
  }
}
