.table-module__separator{background:#c4c4c4;height:2px;margin-bottom:35px;width:100%}.table-module__heading{margin-bottom:20px}.table-module__wrapper{display:grid;gap:50px 90px;grid-template-columns:1fr}.table-module__wrapper.cols-2{grid-template-columns:repeat(2,1fr)}.table-module__wrapper.cols-3{grid-template-columns:repeat(3,1fr)}.table-module__item-heading,.table-module__item-subheading{margin-bottom:8px}.table-module__item-link{color:#303030!important;display:block;font-size:20px;font-weight:600!important;letter-spacing:.078px;line-height:1.2;margin-bottom:15px;transition:color .25s ease-in-out}.table-module__item-link:hover{color:var(--brand-bright-red)!important}.table-module__item-link:last-child{margin-bottom:0}@media(max-width:992px){.table-module__wrapper.cols-3{grid-template-columns:repeat(2,1fr)}.table-module__item-link{font-size:16px}.table-module__separator{margin-bottom:30px}.table-module__heading{margin-bottom:15px}}@media(max-width:576px){.table-module__wrapper.cols-2,.table-module__wrapper.cols-3{grid-template-columns:repeat(1,1fr)}}