.steps-with-icon {
  background: #ffffff;
  padding: 7rem 0;
}
@media only screen and (max-width: 575px) {
  .steps-with-icon {
    padding: 3.75rem 0;
  }
}
.steps-with-icon.is-neon {
  background-color: #DBFF26;
}
.steps-with-icon.is-neon h2 {
  color: #000000;
}
.steps-with-icon.is-beige {
  background-color: #F6EEEE;
}
.steps-with-icon.is-beige h2 {
  color: #000000;
}
.steps-with-icon.is-black {
  background-color: #000000;
  color: #ffffff;
}
.steps-with-icon.is-black h2 {
  color: #ffffff;
}
.steps-with-icon.is-black .text-container * {
  color: #ffffff;
}
.steps-with-icon .cta-holder {
  margin-top: 1em;
}
.steps-with-icon .row {
  width: 100%;
}
.steps-with-icon h2 {
  font-size: 3.375rem;
  line-height: 1.1;
  letter-spacing: -1.08px;
}
@media only screen and (max-width: 990px) {
  .steps-with-icon h2 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .steps-with-icon h2 {
    font-size: 2.625rem;
  }
}
.steps-with-icon .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-with-icon .container .step-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .steps-with-icon .container .step-container {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .steps-with-icon .container .step-container {
    margin-top: 48px;
  }
}
.steps-with-icon .container .step-container .step-content {
  width: fit-content;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .steps-with-icon .container .step-container .step-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.steps-with-icon .container .step-container .step-content .icon-container img.step-icon {
  height: 6.625rem;
  width: 6.625rem;
}
.steps-with-icon .container .step-container .step-content .text-container h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.steps-with-icon .container .step-container .step-content .text-container p {
  margin: 0;
}

/*# sourceMappingURL=s-steps_with_icon.css.map */
