.verify{
  background: #E7E6EA;
  padding: 10% 12%;
}
.verify-title{
  text-align: center;
  color: black;
  cursor: pointer;
}
.verify-title h1{
  font-size: 3vw;
  font-family: 'Montserrat-Black';
  margin-bottom: 5%;
}
.verify-title p{
  font-family: 'inter';
  font-size: 1vw;
  line-height: 1.5;
  margin-bottom: 7%;
}
.verify_step{
  margin-top: 8%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.verify_step img{
  width: 18%;
}