/** @format */

h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin: 10px;
}
p {
  width: 90%;
  font-size: 12px;
  margin: 10px auto;
  text-indent: 1em;
}
span {
  color: #000;
  font-weight: 600;
}
h4 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin: 0px 10px;
}

li {
  font-size: 12px;

  width: 90%;
  margin: 10px auto;
}
