.steps__section {
  background: var(--kmnd-body-background-primary-inverted);
}
.steps__section .h2 {
  word-break: break-word;
  max-width: 810px;
}
.steps__section_animate .steps__item {
  opacity: 1;
  transform: translateY(0px);
}
.steps__section_inverted {
  background: var(--kmnd-body-background-primary);
}
.steps__bottom {
  display: none;
  margin-top: 23px;
}
.steps__text {
  max-width: 338px;
  margin-bottom: 40px;
}
.steps__row {
  display: flex;
  flex-wrap: wrap;
}
.steps__col {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
}
.steps__col:nth-of-type(even) {
  margin-right: 0;
}
.steps__col:nth-of-type(2) .steps__item {
  transition-delay: 0.5s;
}
.steps__col:nth-of-type(3) .steps__item {
  transition-delay: 1s;
}
.steps__col:nth-of-type(4) .steps__item {
  transition-delay: 1.5s;
}
.steps__col:nth-of-type(4) + .steps__item {
  transition-delay: 2s;
}
.steps__col:nth-of-type(4) + .steps__item .steps__item-title {
  margin-bottom: 67px;
}
.steps__item {
  background: var(--kmnd-body-background-primary);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 0;
  width: 100%;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.75s;
}
.steps__item:hover .steps__item-title {
  color: var(--kmnd-body-color-accent);
}
.steps__item_inverted {
  background: var(--kmnd-body-background-secondary);
}
.steps__item-icon {
  height: 50px;
  display: block;
  margin: 0 0 40px;
}
.steps__item-icon img {
  height: 100%;
  width: auto;
  display: block;
}
.steps__item-step {
  letter-spacing: -0.48px;
  line-height: 100%;
  margin-bottom: 16px;
}
.steps__item-title {
  max-width: 240px;
  margin-bottom: 41px;
  transition: var(--kmnd-transition);
}
.steps__item-text {
  max-width: 335px;
}

@media only screen and (max-width: 1340px) {
  .steps__item-title br {
    display: none;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .steps__section .col:nth-of-type(1) {
    width: 40%;
  }
  .steps__section .col:nth-of-type(2) {
    width: 60%;
  }
  .steps__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  .steps__item {
    padding: 20px;
  }
  .steps__item-icon {
    height: 40px;
    margin-bottom: 37px;
  }
  .steps__item-step {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .steps__item-title {
    font-size: 1.125rem;
    margin-bottom: 19px;
  }
  .steps__col:nth-of-type(4) + .steps__item .steps__item-title {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 992px) {
  .steps__text {
    margin-bottom: 50px;
  }
  .steps__text + .btn {
    display: none;
  }
  .steps__bottom {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .steps__col {
    margin-right: 8px;
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .steps__col:nth-of-type(4) + .steps__item .steps__item-title {
    margin-bottom: 42px;
  }
  .steps__item {
    padding: 20px;
  }
  .steps__item-icon {
    height: 40px;
    margin-bottom: 37px;
  }
  .steps__item-step {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .steps__item-title {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .steps__col {
    margin-right: 8px;
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .steps__col:nth-of-type(4) + .steps__item .steps__item-title {
    margin-bottom: 19px;
  }
  .steps__item {
    padding: 20px;
  }
  .steps__item-icon {
    height: 40px;
    margin-bottom: 37px;
  }
  .steps__item-step {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .steps__item-title {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .steps__text {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1200px) {
  .steps__section .h2 {
    max-width: 581px;
  }
}
@media only screen and (max-width: 576px) {
  .steps__text {
    margin-bottom: 25px;
  }
  .steps__row {
    display: block;
  }
  .steps__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .steps__col:nth-of-type(4) + .steps__item .steps__item-title {
    margin-bottom: 28px;
  }
  .steps__item {
    padding: 20px 15px;
  }
  .steps__item-icon {
    height: 40px;
    margin-bottom: 29px;
  }
  .steps__item-step {
    font-size: 0.875rem;
    margin-bottom: 10px;
    letter-spacing: -0.42px;
  }
  .steps__item-title {
    margin-bottom: 28px;
  }
}

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