#lessons .container {
  padding-top: 40px;
  padding-bottom: 80px;
}
#lessons .container h3 {
  text-align: left;
  max-width: 700px;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  #lessons .container h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
  }
}
#lessons .container .top-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}
#lessons .container .top-wrap .count {
  color: #4B5159;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
#lessons .container .items {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
@media (max-width: 1080px) {
  #lessons .container .items .item {
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  #lessons .container .items .item {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #lessons .container {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=lessons.css.map */
