.lessonInfo__text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.pLesson__item {
  padding-top: 78px;
  margin-top: -78px;
}

/* hover */
@media (any-hover: hover) {
  .lessonInfo__text a:hover {
    opacity: 0.5;
  }
}
