.paragraph {
  width: 100%;
  margin-bottom: 20px;
}
.paragraph-normal {
  font-size: 14px !important;
  color: #222222;
}
.paragraph-emphasis {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}
.paragraph-small {
  font-size: 12px;
  color: #333333;
}
