.start {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 1.5rem;
}

.start h2 {
  font-size: 2.9rem;
  font-weight: 700;
}

.start h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

.start__steps {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 5rem;
}

.start__steps-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 4rem;
}

.start__steps p {
  font-size: 1.125rem;
}
.start__step1,
.start__step2,
.start__step3 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.start__step1-image,
.start__step2-image,
.start__step3-image {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .start__steps {
    flex-direction: column;
  }
  .start h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 468px) {
  .start {
    padding: 5%;
  }
}
