.info__card:nth-child(1) {
  z-index: 1;
}
.info__card:nth-child(2) {
  z-index: 2;
}
.info__card:nth-child(3) {
  z-index: 3;
}
.info__card:nth-child(4) {
  z-index: 4;
}
.info__card:nth-child(5) {
  z-index: 5;
}
.info__card:nth-child(6) {
  z-index: 6;
}
.info__card:nth-child(7) {
  z-index: 7;
}
.info__card:nth-child(8) {
  z-index: 8;
}
.info__card:nth-child(9) {
  z-index: 9;
}
.info__card:nth-child(10) {
  z-index: 10;
}
.info__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  position: sticky;
  top: 9.375rem;
  -webkit-transform: scale(calc(1 - 0.1 * var(--scroll-block-progress, 0)));
  -ms-transform: scale(calc(1 - 0.1 * var(--scroll-block-progress, 0)));
  transform: scale(calc(1 - 0.1 * var(--scroll-block-progress, 0)));
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
  will-change: transform, opacity;
  border-radius: 4rem;
}
.info__card-wrapper {
  max-width: 36.375rem;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.info__card-img {
  position: relative;
  max-width: 42.875rem;
  width: 100%;
}
.info__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80.4%;
}
.info__card-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.5rem;
}
.info__card-title {
  margin-bottom: 1.5rem;
}
.info__card-text {
  color: var(--white-07);
}
.info__card-button {
  margin-top: 3rem;
}
.info__card:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -108px;
  }
  .info__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 12px 12px 24px;
    top: 80px;
    border-radius: 24px;
  }
  .info__card-img {
    margin-bottom: 24px;
  }
  .info__card-img > img {
    border-radius: 12px;
  }
  .info__card-wrapper {
    padding: 0 12px;
    max-width: unset;
  }
  .info__card-title {
    margin-bottom: 16px;
  }
  .info__card-text {
    font-size: 14px;
    line-height: 140%;
  }
  .info__card-button {
    margin-top: 24px;
  }
  .info__card:not(:last-child) {
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=info.css.map */
/*# sourceMappingURL=info.css.map */