.what-to-expect {
  background-color: var(--dark-violet);
  color: white;
  padding: var(--font-16) var(--font-24);
  height: 45.36rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .what-to-expect {
    min-height: 17.5rem;
    height: auto;
  }
}

.expect-title{
  color: white !important;
}
@media screen and (min-width: 768px) {
  .expect-title {
    /* width: 10rem; */
    line-height: 1.2;
    /* color: var(--brandClr); */
  }
}

.expect-container {
  margin-top: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .expect-container {
    align-self: flex-end;
  }
}

.expect-image img:nth-child(1) {
  width: 16.54rem;
  height: 13rem;
  object-fit: ;
  position: absolute;
  top: -13rem;
}

@media screen and (min-width: 768px) {
  .expect-image img:nth-child(1) {
    display: none;
  }
}

.expect-image img:nth-child(2) {
  display: none;
}

@media screen and (min-width: 768px) {
  .expect-image img:nth-child(2) {
    display: block;
    width: 16.03rem;
    height: 17.64rem;
    position: absolute;
    top: -4rem;
    left: -12rem;
    /* border: 1px solid red; */
  }
}

.expect-steps {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  justify-content: ;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .expect-steps {
    flex-direction: row;
    flex-wrap: wrap;
    width: 23rem;
    justify-content: flex-end;
    gap: 0.3rem;
    /* border: 1px solid red; */
  }
}

.step-box {
  background-color: var(--brandClr);
  width: 16.54rem;
  /* height: 4.54rem; */
  padding: 0.6rem 0.6rem;
  display: flex;
  flex-direction: column;
  border-radius: var(--font-12);
  align-self: stretch;
}

@media screen and (min-width: 768px) {
  .step-box {
    width: 8.3rem !important;
  }
  /* .step-box:nth-child(1) {
    height: 5.54rem;
    width: 8.98rem;
  }
  .step-box:nth-child(2) {
    height: 5.54rem;
    width: 7.66rem ;
  }
  .step-box:nth-child(3),
  .step-box:nth-child(4),
  .step-box:nth-child(5) {
    width: 6.41rem;
    height: 5.54rem;
  } */
}
.step-box-image-box {
  height: 2.18rem;
  width: 2.18rem;
  align-self: flex-start;
  margin: 0.2rem 0;
}
@media screen and (min-width: 768px) {
  .step-box-image-box {
    height: 1.42rem;
    width: 1.42rem;

    align-self: flex-end;
  }
}

.step-box-image {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .step-box-image {
  }
}

.step-box h3 {
  font-size: var(--font-16);
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .step-box h3 {
    font-size: var(--font-lg-24);
    margin-top: auto;
  }
}

.step-box p {
  font-size: var(--font-14);
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .step-box p {
    font-size: var(--font-lg-20);
  }
}
