/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.roadmapBigWrapper {
  color: #2d7199;
  text-align: center;
	cursor: default;
	margin: 0 auto;
}
.roadmapWrapper {
  margin: 0 auto;
  min-width: 280px;
  max-width: 840px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.secondYear {
  min-height: 330px;
  max-width: 680px;
	margin: 0 auto;
}
.year {
  margin: 5px auto 5px;
  font-size: 3rem;
  color: #0a7cff;
  text-shadow: 0px 0px 2px #0a7cff;
  border: solid 2px #0a7cff41;
  border-radius: 5px 5px 5px 5px;
  width: 80px;
	padding: 24px 10px;
	cursor: default;
}
.captionRoadmap {
	font-size:1.3rem;
	color: #0a7cff;
}
h5 {
  font-weight: 400;
}
.qOne a {
  display: block;
  margin: 15px auto;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 3px #0fa1ff30;
  border-radius: 25px;
  box-shadow: inset 0 0 2px 0px #0fa1ff30, 0 0 2px 0px #0fa1ff30;
  cursor: default;
  transition: 500ms;
}

.first-p::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #fff;
  margin: 0px auto 10px;
  box-shadow: 0 0 5px 0 #0a7cff;
}
.roadmapWrapper p:last-child {
  text-align: center;
	width: 100%;
  max-width: 640px;
}

@media only screen and (max-width: 800px) {
  .roadmapWrapper {
    flex-flow: column;
    align-items: center;
  }
  .secondYear {
    margin-top: 10px;
  }
}