.text_box {
  background: #f5f5f5;
  border: solid 1px #e1e1e1;
  padding: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.text_box p{
  text-indent: 32px;
  text-align: justify;
}