.title {
  color: #31544b;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}

.line-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #4e6a63;
  font-weight: bold;
  font-size: 18px;
  text-align: justify;
}

.line-item-number {
  width: 25px;
  flex-shrink: 0;
  color: #4e6a63;
  font-weight: bold;
}

.line-item-text {
  flex: 1;
}
