section#how{
  position: relative;
}
section#how .wrap{
  justify-content: center;
  text-align: center;
  gap: 20px;
  position: relative;
}
section#how .wrap h2{
  color: #e65a31;
  font-weight: bold;
  font-size: 22px;
}
section#how .wrap h3{
  font-weight: bold;
}
section#how .wrap p{
  font-size: 20px;
}
section#how .wrap .scroll{  
  font-size: 0;
  width: 8px;
  height: 8px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 0 0 1px rgba(0,0,0,1);
  border: 3px solid #fff;
}
section#how .wrap .scroll::after{
  content: "";
  height: 112px;
  display: block;
  border-right: 1px solid #000;
  position: absolute;
  bottom: 12px;
  left: 3px;
}