@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,latin-ext);
section {
  display: block;
  padding-top: 64px;
}
section .text-detail {
  display: block;
  padding: 30px 210px;
  white-space: pre-line;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  section .text-detail {
    padding: 10px 10px;
  }
}
section .text-detail strong {
  font-weight: bold;
}