

.roadmap123 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 10px 40px;
  padding-bottom: 40px;
}

.num1234 {
  width: 30%;
}

.num123 {
  background-color: #f9eb30;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.head123 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.para123 {
  text-align: center;
  padding: 0 200px;
}

.container123 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul123 {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 100px;
}

.li123 {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.ul1234 {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

/* .ul1234 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Feather;
  content: "\e92b";
} */

@media screen and (max-width: 968px) {
  .ul123 {
    flex-direction: column;
  }
  .para123 {
    padding: 0 10px;
  }
  .head123 h1 {
    text-align: center;
  }
}
