#second_single_content .dataWrap .dataRowWrap .dataRow.child .dataRowContent .contentWrap{
  width: auto;
}
#second_single_content .dataWrap .dataRowWrap .dataRow.child .dataRowContent{
  justify-content: center;
}
#second_single_content .dataWrap .dataRowWrap .dataRow.child .notes{
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #second_single_content .dataWrap .dataRowWrap .dataRow.child .notes{
    text-align: left;
  }
}