.table-of-contents__wrapper{margin:30px 0}@media (max-width:1250px){.table-of-contents__wrapper{padding:0 15px}}.table-of-contents__title{align-items:center;display:flex;gap:16px}.table-of-contents__title h2{font-size:1.25rem;font-weight:700;margin:8px 0}.table-of-contents__border{background:#000;border-radius:2px;flex:1;height:1px}.table-of-contents__items{list-style:none;margin:0;padding:0}.table-of-contents__item{margin-bottom:16px}.table-of-contents__item a{color:inherit;display:inline-flex;font-size:1.25rem;font-weight:700;gap:10px;margin-bottom:5px;position:relative;text-decoration:none}.table-of-contents__item a:after{background:#000;bottom:0;content:"";height:2px;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.table-of-contents__item-number{color:#000;font-weight:700;margin-right:8px}@media (min-width:768px){.table-of-contents__wrapper{margin:100px 0}.table-of-contents__title h2{font-size:1.5rem}.table-of-contents__item a{font-size:1.75rem}}.table-of-contents__item a:hover{text-decoration:none}.table-of-contents__item a:hover:after{transform:scaleX(1)}