.scheme {
  background: #f2f2f2;
  padding: 2rem 0;
}
.scheme__grid {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  margin-top: 3.25rem;
}
.scheme__list {
  gap: 1.5rem;
  margin-top: 3.25rem;
  display: -ms-grid;
  display: grid;
}
.scheme__item {
  border-radius: 1.5rem;
  background: #fff;
  padding: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  counter-increment: num;
}
.scheme__item-arrow {
  display: none;
}
.scheme__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scheme__item-header::before {
  content: "0" counter(num);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #39bc28;
  font-size: 1.25rem;
  line-height: 150%;
}
.scheme__item-caption {
  margin-top: 2rem;
}
.scheme__item-desc {
  margin-top: 2rem;
}
.scheme__footer {
  margin-top: 3.125rem;
}
@media (min-width: 575.98px) {
  .scheme {
    padding: 4rem 0;
  }
  .scheme__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .scheme__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991.98px) {
  .scheme__grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    margin-top: 6.25rem;
  }
  .scheme__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.25rem;
  }
  .scheme__footer {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1199.98px) {
  .scheme__item-arrow {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6rem;
    display: block;
  }
}
@media (min-width: 1439.98px) {
  .scheme {
    padding: 6.25rem 0;
  }
}
@media (min-width: 1879.98px) {
  .scheme__item-arrow {
    width: 8.375rem;
  }
}
