/* stylelint-disable */
.best-project {
  margin-bottom: 24px;
}
.best-project .container--landing-udemy {
  padding: 0;
}
.best-project--landing-authors-school {
  margin-bottom: 32px;
}
@media only screen and (max-width: 576px) {
  .best-project--landing-authors-school {
    margin-bottom: 16px;
  }
}
.best-project--landing-subscriptions {
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .best-project--landing-subscriptions {
    margin-bottom: 16px;
  }
}
.best-project--landing-developments {
  margin-bottom: 64px;
}
@media only screen and (max-width: 576px) {
  .best-project--landing-developments {
    margin-bottom: 32px;
  }
}
.best-project--landing-pp-pk {
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .best-project--landing-pp-pk {
    margin-bottom: 16px;
  }
}
.best-project--landing-udemy {
  margin: 0;
}
.best-project__section {
  display: flex;
  flex-direction: column;
  padding: 40px 76px;
  border-radius: 16px;
  background-color: #fff;
  gap: 20px;
}
@media only screen and (max-width: 576px) {
  .best-project__section {
    padding: 16px;
    gap: 0;
  }
}
.best-project__section--landing-subscriptions, .best-project__section--landing-authors-school, .best-project__section--landing-academy, .best-project__section--landing-developments {
  padding: 40px;
}
.best-project__section--landing-developments {
  gap: 14px;
}
.best-project__section--landing-pp-pk {
  padding: 40px 30px;
}
@media only screen and (max-width: 576px) {
  .best-project__section--landing-pp-pk {
    padding: 16px;
    border-radius: 8px;
  }
}
.best-project__section--landing-udemy {
  padding: 24px;
  border-radius: 8px;
  background-color: #f6f8f9;
  gap: 21px;
}
@media only screen and (max-width: 576px) {
  .best-project__section--landing-udemy {
    background-color: #fff;
    gap: 0;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__section--landing-academy, .best-project__section--landing-udemy {
    padding: 16px 8px;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__section--landing-authors-school, .best-project__section--landing-subscriptions {
    padding: 16px;
    border-radius: 8px;
  }
}
.best-project__title {
  max-width: 659px;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
}
@media only screen and (max-width: 576px) {
  .best-project__title {
    font-size: 21px;
    line-height: 130%;
    letter-spacing: -0.42px;
    margin-block-end: 24px;
  }
}
.best-project__title b {
  font-weight: 700;
  color: #009a36;
}
.best-project--landing-academy .best-project__title b {
  color: #7b51df;
}
.best-project__title--landing-developments {
  max-width: 100%;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 576px) {
  .best-project__title--landing-developments {
    font-size: 24px;
  }
}
.best-project__title--landing-authors-school, .best-project__title--landing-subscriptions {
  max-width: 775px;
  font-size: 32px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 576px) {
  .best-project__title--landing-authors-school, .best-project__title--landing-subscriptions {
    font-size: 21px;
    letter-spacing: -0.02em;
    margin-block-end: 16px;
  }
}
.best-project__title--landing-authors-school {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 576px) {
  .best-project__title--landing-authors-school {
    margin-bottom: 14px;
  }
}
.best-project__title--landing-pp-pk {
  font-size: 28px;
}
@media only screen and (max-width: 576px) {
  .best-project__title--landing-pp-pk {
    font-size: 21px;
    margin-block-end: 12px;
  }
}
.best-project__title--landing-academy, .best-project__title--landing-udemy {
  font-size: 24px;
}
.best-project__title--landing-academy {
  color: #1b0b3b;
}
@media only screen and (max-width: 576px) {
  .best-project__title--landing-academy {
    font-size: 18px;
    line-height: 140%;
    margin-block-end: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__title--landing-udemy {
    font-size: 16px;
    margin-block-end: 18px;
  }
}
.best-project__wrapper {
  padding: 22px 24px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 576px) {
  .best-project__wrapper {
    padding: 20px 10px;
    margin-block-end: 24px;
  }
}
.best-project__wrapper--landing-authors-school, .best-project__wrapper--landing-subscriptions {
  padding: 24px 62px 24px 56px;
}
@media only screen and (max-width: 576px) {
  .best-project__wrapper--landing-authors-school, .best-project__wrapper--landing-subscriptions {
    margin-block-end: 16px;
  }
}
.best-project__wrapper--landing-academy {
  padding: 24px 30px 24px 24px;
}
@media only screen and (max-width: 576px) {
  .best-project__wrapper--landing-academy {
    padding: 16px 24px 16px 8px;
    margin-block-end: 20px;
  }
}
.best-project__wrapper--landing-developments {
  margin-bottom: 8px;
  padding: 24px 40px 24px 32px;
}
.best-project__wrapper--landing-pp-pk {
  padding: 24px 50px 24px 38px;
}
@media only screen and (max-width: 576px) {
  .best-project__wrapper--landing-pp-pk {
    margin-block-end: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__wrapper--landing-subscriptions, .best-project__wrapper--landing-authors-school, .best-project__wrapper--landing-developments, .best-project__wrapper--landing-pp-pk {
    padding: 16px 8px;
  }
}
.best-project__wrapper--landing-udemy {
  padding: 24px 10px 24px 16px;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .best-project__wrapper--landing-udemy {
    padding: 16px 16px 16px 8px;
    background-color: #f9f9f9;
    margin-block-end: 17px;
  }
}
.best-project__list {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media only screen and (max-width: 992px) {
  .best-project__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.best-project__list--landing-subscriptions, .best-project__list--landing-authors-school, .best-project__list--landing-developments, .best-project__list--landing-academy, .best-project__list--landing-pp-pk {
  justify-content: space-between;
}
.best-project__list--landing-udemy {
  gap: 28px;
}
@media only screen and (max-width: 576px) {
  .best-project__list--landing-udemy {
    gap: 20px;
  }
}
.best-project__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.best-project__num {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  text-transform: uppercase;
  color: #009a36;
}
@media only screen and (max-width: 992px) {
  .best-project__num {
    min-width: 140px;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__num {
    min-width: 90px;
    line-height: 120%;
  }
}
.best-project__num span {
  font-size: 48px;
  line-height: 160%;
}
@media only screen and (max-width: 576px) {
  .best-project__num span {
    line-height: 120%;
  }
}
.best-project__num--top {
  align-self: center;
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .best-project__num--top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 15px;
    line-height: 60%;
    gap: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__num--top span {
    line-height: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__wrapper--landing-academy .best-project__num--top span {
    font-size: 40px;
  }
}
.best-project__wrapper--landing-academy .best-project__num {
  color: #7b51df;
}
.best-project__description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .best-project__description {
    gap: 6px;
  }
}
.best-project__text {
  position: relative;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.14px;
  color: #000;
}
@media only screen and (max-width: 576px) {
  .best-project__text {
    font-size: 12px;
  }
}
.best-project__text span {
  position: absolute;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.1px;
  color: #949494;
}
.best-project__wrapper--landing-academy .best-project__text {
  color: #2b223e;
}
.best-project__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #292929;
}
@media only screen and (max-width: 768px) {
  .best-project__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 116%;
    margin-block-end: 20px;
  }
}
.best-project__subtitle--landing-academy {
  font-size: 18px;
  color: #2b223e;
}
@media only screen and (max-width: 576px) {
  .best-project__subtitle--landing-authors-school {
    letter-spacing: -0.9px;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__subtitle--landing-udemy, .best-project__subtitle--landing-pp-pk {
    font-size: 16px;
  }
}
.best-project__ol {
  padding-left: 20px;
  font-size: 12px;
  line-height: 140%;
  color: #949494;
}
@media only screen and (max-width: 576px) {
  .best-project__ol {
    max-width: 288px;
    line-height: normal;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__ol--landing-subscriptions, .best-project__ol--landing-authors-school, .best-project__ol--landing-pp-pk {
    line-height: 135%;
  }
}
@media only screen and (max-width: 576px) {
  .best-project__ol--landing-udemy {
    line-height: 130%;
  }
}
.best-project__ol--landing-academy {
  line-height: 140%;
  color: #4e4c53;
}
.best-project__element {
  list-style-type: decimal;
}
.best-project__link {
  text-decoration: underline;
  color: #949494;
}

/*# sourceMappingURL=best-project-top.output.css.map */
