.table-of-contents{background-color:#f2f1f0;border-radius:8px;padding:32px 24px}.table-of-contents .table-of-contents-header h2{margin:0 0 24px;text-align:center}.table-of-contents .table-of-contents-chapters ul{display:grid;grid-template-columns:repeat(2,1fr);margin:0;padding:0}.table-of-contents .table-of-contents-chapters ul li{list-style:none;margin-bottom:30px}.table-of-contents .table-of-contents-chapters ul li a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.table-of-contents .table-of-contents-chapters ul li a:hover{text-decoration:none}.table-of-contents .table-of-contents-chapters ul li a .chapter-number{font-size:37px;font-weight:900;margin-right:16px}.table-of-contents .table-of-contents-chapters ul li a h5{margin-bottom:0;padding:0}@media(max-width:767px){.table-of-contents .table-of-contents-chapters ul{display:grid;grid-template-columns:repeat(1,1fr)}}