@charset "utf-8";
/*
LESSON
================================================ */
/* .title {
  height: 310px;
  background-image: url(../img/price/price-top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
} */

.lesson {
  margin-top: 50px;
  margin-bottom: 70px;
}

.personal-lesson h2 {
  /* font-size: 22px;
  font-weight: bold;
  text-align: center; */
  /* margin-bottom: 30px; */
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: solid 1px #888;
  width: 1200px;
  max-width: 95%;
  margin: 0 auto 30px;
  padding: 0 0 15px 0;
}

.group-lesson h2 {
  /* font-size: 22px;
  font-weight: bold;
  text-align: center; */
  /* margin: 60px auto 30px; */
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: solid 1px #888;
  width: 1200px;
  max-width: 95%;
  margin: 40px auto 30px;
  padding: 0 0 15px 0;
}

.personal-lesson h2::after,
.group-lesson h2::after {
  /* content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; */
  content: '';
  position: absolute;
  display: block;
  border-bottom: solid 3px #000000;
  bottom: -2px;
  width: 30px;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  column-gap: 35px;
  row-gap: 70px;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.item-list p {
  font-size: 15px;
  /* text-align: justify; */
  line-height: 1.8em;
}