.learn-box-simple {
  background: #f8f9fa;
  border-left: 4px solid #029930;
  border-radius: 8px;
  padding: 1.4em 1.8em;
  margin: 1.8em 0 2.2em 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.learn-box-title {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 1em 0;
  letter-spacing: 0.3px;
}
.learn-box-simple ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.learn-box-simple li {
  padding-left: 1.8em;
  margin-bottom: 0.75em;
  position: relative;
  color: #4a4a4a;
  line-height: 1.7;
  font-size: 0.98rem;
}
.learn-box-simple li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: #029930;
  border-radius: 50%;
}
.learn-box-simple li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .learn-box-simple {padding: 1.2em 1.4em;}
  .learn-box-title {font-size: 1.2rem;}
  .learn-box-simple li {padding-left: 1.6em; font-size: 0.95rem;}
}
