.development__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -1rem;
}
.development__cards > * {
  margin: 0 8px 1rem;
  width: calc(33.3333333333% - 16px);
}
.development__card {
  position: relative;
  padding: 2rem;
  border-radius: 1.5rem;
}
.development__card-bg img {
  border-radius: 1.5rem;
}
.development__card-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.development__card-ico > img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.development__card-text {
  margin-top: 1.5rem;
  color: var(--white-08);
}
.development__card--black {
  opacity: 0.5;
  background-color: #0d0d0e;
}
.development__card--black .development__card-bg {
  display: none;
}
.development__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .development__cards {
    margin: unset;
  }
  .development__cards > * {
    margin: unset;
    width: 100%;
  }
  .development__card {
    padding: 24px;
  }
  .development__card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .development__card-ico {
    width: 40px;
    height: 40px;
    margin-bottom: unset;
    margin-right: 24px;
  }
  .development__card-ico > img {
    width: 20px;
    height: 20px;
  }
  .development__card-text {
    font-size: 14px;
    line-height: 140%;
  }
  .development__card:not(:last-child) {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=development.css.map */
/*# sourceMappingURL=development.css.map */