.program::before {
  background-color: #f2f2f2;
}
.program__title {
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4.0625rem;
}
.program__cards {
  counter-reset: lessons;
}
.program__card {
  counter-increment: lessons;
  position: relative;
  padding: 2.5rem;
  border-radius: 2.5rem;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.program__card-title {
  max-width: 50rem;
  width: 100%;
  margin-right: 2.5rem;
  color: var(--black);
  line-height: 120%;
  font-weight: 700;
}
.program__card-text {
  max-width: 38rem;
  width: 100%;
  padding: 1.25rem 2rem;
  color: var(--black-08);
  border-radius: 1.25rem;
  background-color: rgba(146, 155, 243, 0.2);
}
.program__card:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .program__title {
    margin-bottom: 40px;
  }
  .program__card {
    padding: 60px 20px 20px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .program__card-title {
    margin-bottom: 20px;
  }
  .program__card-text {
    padding: 16px 20px;
    font-size: 16px;
  }
  .program__card:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=program.css.map */
/*# sourceMappingURL=program.css.map */