.result__row {
  display: flex;
}
.result__col {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
}
.result__col:last-of-type {
  margin-right: 0;
}
.result__item {
  background: var(--kmnd-body-background-secondary);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.result__item-icon {
  height: 50px;
  width: auto;
  display: block;
  margin-bottom: 52px;
}
.result__item-step {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
}
.result__item-title {
  margin-bottom: 50px;
}
.result__item-text {
  max-width: 335px;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .result__row {
    flex-wrap: wrap;
  }
  .result__col {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-top: 16px;
  }
  .result__col:nth-of-type(even) {
    margin-right: 0;
  }
  .result__col:nth-of-type(1), .result__col:nth-of-type(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .result__row {
    display: block;
  }
  .result__col {
    width: 100%;
    margin-right: 0;
    margin-top: 8px;
  }
  .result__col:nth-of-type(1) {
    margin-top: 0;
  }
  .result__col:nth-of-type(2) {
    margin-top: 8px;
  }
  .result__item {
    padding: 20px 15px;
  }
  .result__item-icon {
    height: 40px;
    margin-bottom: 29px;
  }
  .result__item-step {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .result__item-title {
    margin-bottom: 28px;
  }
}

/*# sourceMappingURL=quality.css.map */
