.component-listicle__table-title{background:var(--highlight);border-radius:5px 5px 0 0;box-shadow:0 3px 6px var(--dropshadow);color:var(--text-on-highlight);font-size:16px;margin:33px 0 0;padding:5px 16px;text-align:center}@media(width >= 1024px){.component-listicle__table-title{font-size:19px;padding:10px 16px!important}}.component-listicle__table-data{background:var(--white);border-radius:0 0 5px 5px;box-shadow:0 3px 6px var(--dropshadow);display:grid;grid-template-columns:auto}.component-listicle__table-data[columns=two]{grid-template-columns:auto}@media(width >= 1024px){.component-listicle__table-data[columns=two]{grid-template-columns:50% 50%}}.component-listicle__table-data .column{padding:0 16px}.component-listicle__table-data .column h4,.component-listicle__table-data .column h5{align-items:center;background:var(--gray);display:flex;font-size:16px;height:45px;margin:0}@media(width >= 1024px){.component-listicle__table-data .column h4,.component-listicle__table-data .column h5{height:50px}}.component-listicle__table-data .column h4:first-of-type,.component-listicle__table-data .column h5:first-of-type{margin-left:-16px;padding-left:16px}.component-listicle__table-data .column h4:last-of-type,.component-listicle__table-data .column h5:last-of-type{margin-right:-16px;padding-right:16px}.component-listicle__table-data .column ul{background:var(--white);border-radius:0 0 5px 5px;list-style:none;margin:0;padding:0}.component-listicle__table-data .column ul li{align-items:center;border-top:1px solid var(--gray);display:flex;font-size:14px;height:45px;justify-content:start;line-height:16px}@media(width >= 1024px){.component-listicle__table-data .column ul li{font-size:16px;height:50px;line-height:20px}}.component-listicle__table-data .column ul li:first-child{border-top:none}.component-listicle__table-data .column ul li:before{background:url(../images/check-circle-solid.svg);background-position:0;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:15px;padding-right:10px;vertical-align:text-bottom;width:15px}@media(width >= 1024px){.component-listicle__table-data .column ul li:before{height:19px;padding-right:12px;width:19px}}