@media (min-width: 0) {
  .certificate {
    padding: 20px 0;
  }

  .certificate__name {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
  }

  .certificate__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .certificate__point {
    border-radius: 16px;
    background: #f4f4f4;
    padding: 16px 16px 0 16px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .bonusTwo {
    padding: 16px 16px 205px 16px;
  }

  .bonusTwo .certificate__img img {
    position: absolute;
    bottom: -12px;
    left: 0;
  }

  .certificate__point_name {
    color: #121212;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
  }

  .certificate__point_name span {
    color: #dd0328;
  }

  .certificate__point_subname {
    margin-top: 16px;
    color: #858b90;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 20.8px */
    letter-spacing: 0.32px;
  }

  .certificate__img {
    align-self: center;
    margin-top: 11px;
  }

  .certificate__img img {
    width: 100%;
    margin-top: -140px;
  }
  .bonusOne .certificate__img img {
    width: 105%;
  }

  .certificateList {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 15px;
    margin-top: 10px;
  }

  .certificateListPoint span {
    font-weight: bold;
  }
  .certificate__button {
    display: flex;
    justify-content: center;
  }
  .certificate__btn {
    border-radius: 16px;
    background: #151617;
    cursor: pointer;
    outline: none;
    border: none;
    max-width: 349px;
    height: 52px;
    padding: 13px 0;
    width: 100%;
    color: #fff;
    margin-top: 36px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.32px;
  }
}
@media (min-width: 400px) {
  .bonusTwo {
    padding: 16px 16px 267px 16px;
  }
  .bonusOne .certificate__img img {
    width: 100%;
  }
}
@media (min-width: 639px) {
  .bonusTwo {
    padding: 16px 16px 350px 16px;
  }
}

@media (min-width: 957px) {
  .certificate__point {
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 120px 506px 120px 62px;
  }

  .certificate__image {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 670px;
    height: 373px;
  }

  .bonusTwo {
    padding: 120px 70px 130px 508px;
    flex-direction: row-reverse;
  }

  .bonusTwo .certificate__image {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 551px;
    height: 395px;
  }

  .certificate__img {
    margin-top: 0;
  }

  .certificate__point_subname {
    font-size: 16px;
    margin-top: 20px;
    color: #151617;
  }

  .certificate__point_name {
    font-size: 24px;
  }

  .certificate__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
  }

  .certificate__inner {
    margin-top: 31px;
    gap: 24px;
  }

  .certificate__flex {
    display: flex;
    flex-direction: column;
  }

  .certificate__btn {
    align-self: center;
    width: 100%;
    max-width: 343px;
    padding: 11px 0;
    border-radius: 16px;
    background: #151617;
    color: #fff;
    margin-top: 48px;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}

@media (min-width: 1243px) {
  .certificate {
    padding: 0 0 50px 0;
  }

  .certificate__point_subname {
    font-size: 20px;
  }

  .certificate__point {
    padding: 135px 708px 135px 62px;
  }

  .bonusTwo {
    padding: 130px 70px 142px 621px;
  }

  .bonusTwo .certificate__image {
    width: 660px;
    height: 461px;
  }

  .certificate__point_name {
    font-size: 45px;
  }

  .certificate__name {
    font-size: 45px;
  }

  .certificateList {
    padding-left: 25px;
    margin-top: 24px;
    gap: 15px;
  }

  .certificateListPoint {
    font-size: 20px;
  }
  .certificate__image {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 960px;
    height: 465px;
  }
}
