@media (min-width: 0px) {
  .paidprogram {
    padding: 20px 0;
  }

  .paidprogram__title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
  }

  .paidprogram__blocks {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    flex-direction: column;
  }

  .paidprogram__block {
    border-radius: 16px;
  }

  .paidprogram__block_info {
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 16px 16px;
    background: #ed9ea1;
    padding: 17.635px 14.108px;
    color: #fff;
    margin-bottom: 8px;
  }

  .paidprogram__info_title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin-bottom: 6px;
  }

  .paidprogram__info_des {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    max-width: 100%;
    margin-left: 16px;
  }
  .paidprogram__info_des span {
    font-weight: 700;
  }

  .paidprogram__block_img {
    display: flex;
    justify-content: center;
  }

  .paidprogram__block_img > img {
    width: 100%;
  }
  .paidprogram__info_ps {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 8px;
  }
  .paidprogram__subtitle {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
}

@media (min-width: 639px) {
}

@media (min-width: 957px) {
  .paidprogram__blocks {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 27px;
  }

  .paidprogram__block {
    max-width: 440px;
    /* height: 770px; */
    position: relative;
  }

  .paidprogram__info_des {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }

  .paidprogram__block img {
    width: 100%;
  }

  .paidprogram__info_des {
    max-width: 500px;
    margin-left: 24px;
  }
  .paidprogram__block_info {
    padding: 20px 16px;
  }
  .paidprogram__info_ps {
    font-size: 16px;
    max-width: 340px;
  }
  .paidprogram__subtitle {
    font-size: 24px;
    font-weight: 500;
    margin-top: 8px;
    max-width: 900px;
  }
}

@media (min-width: 1243px) {
  .paidprogram__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 44px */
  }

  .paidprogram__blocks {
    margin-top: 65px;
  }

  .paidprogram__block {
    max-width: 389px;
    width: 100%;
  }

  .paidprogram__info_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    margin-bottom: 8px;
  }

  .paidprogram {
    padding: 50px 0 50px 0;
  }

  .paidprogram__block img {
    width: 100%;
  }
}
