.classset-section {
  margin-bottom: 20px;
  background: #fff;
  padding-bottom: 80px;
}
.classset-title-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
.classset-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 103px;
  height: 29px;
  font-size: 30px;
  color: #f7f9fc;
  height: 57px;
  background: #f4b849;
  border-radius: 0px 0px 42px 42px;
}
.classset-title-icon_1 {
  margin: 0 8px;
  width: 4px;
  height: 4px;
  background: #f7f9fc;
  opacity: 0.3;
  border-radius: 50%;
}

.classset-title-icon_2 {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  background: #f7f9fc;
  opacity: 0.8;
  border-radius: 50%;
}
.classset-title-icon_3 {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background: #f7f9fc;
  border-radius: 50%;
}
.classset-sub-title-wrapper {
  padding: 0 20px 0 100px;
  margin-bottom: 30px;
}
.classset-sub-title {
  display: inline-block;
  position: relative;
  font-size: 25px;
  color: #0f1229;
}
.classset-sub-title-text {
  position: relative;
  z-index: 2;
}
.classset-sub-title::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #f4b849;
  opacity: 0.8;
  bottom: 4px;
  left: 16px;
  z-index: 1;
}
.classset-items {
  margin-bottom: 50px;
}
.classset-item {
  padding: 0 20px 0 150px ;
  font-size: 20px;
  color: #0f1229;
  margin-bottom: 10px;
}