.steps .one-step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%; }
  .steps .one-step h3 {
    margin: 0;
    text-align: center;
    color: var(--element1-color);
    font-weight: 900;
    font-size: 111rem;
    font-family: "DM Sans", sans-serif; }
  .steps .one-step .text {
    position: absolute;
    left: calc(50% - 10px); }
    .steps .one-step .text h4 {
      font-weight: 600;
      font-size: 28rem;
      margin: 0; }

@media (max-width: 575.5px) {
  .steps .one-step {
    width: 100%; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .steps .one-step {
    width: 100%; } }

/*# sourceMappingURL=steps.css.map */
