.pageContainer .textBlock {
  margin: 50px 0;
}
.pageContainer .textBlock .normalTitle {
  display: block;
  margin-bottom: 30px;
}
.pageContainer .textBlock .text strong,
.pageContainer .textBlock .text b {
  font-weight: 500;
}
.pageContainer .textBlock .text a {
  color: #1b1b1b;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.pageContainer .textBlock .text a:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=text_block.css.map */