.landing-section {
  text-align: center;
  color: var(--blue);
  margin-bottom: 3rem;
}

.landing-box {
  background-color: var(--white);
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem 0 rgb(0 0 0 / 8%);
  height: 90%;
  padding: 1rem;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  text-align: left;
}

.landing-box {
  padding: 1rem;
  text-align: center;
}

.landing-box .landing-box-image {
  width: 100%;
}

.landing-box .advantages-image {
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.landing-box .steps-image {
  height: 5rem;
  margin: 0rem auto 0.8rem auto;
  display: block;
}