.join_steps {
  display: flex;
  overflow: hidden;
  gap: 1rem;
  width: 75rem;
  margin: 0 auto 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .join_steps {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .join_steps {
    margin-bottom: 1.25rem;
  }
}
.join_steps .join_step {
  flex: 1;
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
  font-size: 1.125rem;
  cursor: auto !important;
}
@media only screen and (max-width: 767px) {
  .join_steps .join_step {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
  }
}

.welcome {
  position: relative;
  padding: 8.75rem 0;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .welcome {
    padding: 3.75rem 0;
    background: url(/public/img/moving_bg_img.jpg) no-repeat center center/cover;
  }
}
.welcome h3 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .welcome h3 {
    font-size: 1.375rem;
  }
}
.welcome img {
  display: block;
  width: 18.75rem;
  margin: 0 auto 2.5rem;
}
@media only screen and (max-width: 767px) {
  .welcome img {
    width: 12.5rem;
  }
}
.welcome br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .welcome br {
    display: block;
  }
}