.next-steps.dark {
  background: #000;
  color: #fff;
}
.next-steps.light {
  background: #f5f4f3;
  color: #000;
}
.next-steps .next-step-tile {
  background-color: #fff;
  color: #000;
}

@media (max-width: 61.99rem) {
  .next-steps {
    border-radius: 0 10rem 0 0;
    padding: 5rem 2rem;
  }
  .next-steps header {
    margin-bottom: 2rem;
  }
  .next-steps .next-step-tile {
    padding: 1.25rem;
  }
  .next-steps .next-step-tile figure {
    margin-bottom: 2rem;
  }
  .next-steps .next-step-tile figure > img {
    width: 100%;
  }
  .next-steps .next-step-tile_1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 62rem) {
  .next-steps {
    border-radius: 0 10rem 0 0;
    padding: 5rem 2rem;
  }
  .next-steps .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .next-steps header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.875rem;
  }
  .next-steps .next-step-tile {
    padding: 1.25rem;
    padding-bottom: 3.438rem;
  }
  .next-steps .next-step-tile figure {
    margin-bottom: 3.438rem;
  }
  .next-steps .next-step-tile figure > img {
    width: 100%;
  }
}
@media (max-width: 61.99rem) {
  .content-section {
    padding-bottom: 3rem;
  }
}
@media (min-width: 62rem) {
  .content-section {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}/*# sourceMappingURL=pagenotfound.css.map */