@charset "utf-8";

.terms__title{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.terms__sub-title{
  font-size: 20px;
  font-weight: bold;
}
.terms__paragraph{
  font-size: 14px;
  line-height: 1.5;
}
.terms__paragraph > span{
  text-indent:-1.3em;
  padding-left: 1.3em;
  display: inline-block;
}