.Explain__title {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px #DDD solid;
  padding: 10px 0;
}
.Explain__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.Explain__text li {
  list-style-type: disc;
  line-height: 1.6;
  margin: 12px 0;
}
