.process-number {
  font-size: 8.5rem;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 1000 !important;
  font-family: "Roboto";
  bottom: -9vh;
  right: 0.5vw;
  text-align: right;
  position: absolute;
  pointer-events: none;
  opacity: 0.8;
  z-index: 0 !important;
}
.process-text {
  z-index: 1;
  position: relative;
}
.process-box {
  border-right: #eaeaea solid 2px;
  position: relative;
  padding: 2rem;
  margin-left: 0.8rem;
  width: 20vw;
  height: auto;
}
.process-box:last-child {
  border-right: none;
}
#process-container {
  margin-bottom: 8vh;
}
.process-icon {
  margin-left: 0.15vw;
  height:30px;
  width:auto;
}
