.text-content {
  max-width: 900px;
  margin: 80px auto; }
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5 {
    font: bold 34px/46px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 1em;
    margin-bottom: 1em; }
  .text-content h2 {
    font-size: 28px; }
  .text-content h3 {
    font-size: 22px; }
  .text-content h4 {
    font-size: 18px; }
  .text-content h5 {
    font-size: 16px; }
  .text-content p, .text-content ul {
    text-align: left;
    font: normal 16px/30px Montserrat;
    letter-spacing: 0px;
    color: #817e79; }
    .text-content p b, .text-content ul b {
      color: #222; }
  .text-content ul {
    list-style: square;
    color: #222; }
  .text-content table {
    width: 100%; }
