.table-content .section-container .section-container-content{display:flex;flex-direction:column;gap:32px;text-align:center}.table-content .section-container .table-container-content{border-radius:40px;box-shadow:0 4px 12px 0 rgba(0,85,140,.08);display:grid;gap:0;grid-template-columns:repeat(4,1fr);max-width:1140px;padding:16px 32px;width:100%}.table-content .section-container .table-container-content .column{border-right:1px solid #d9d9d9;display:flex;flex-direction:column;gap:4px;padding:16px;text-align:left}.table-content .section-container .table-container-content .column:nth-child(4n+4){border-right:unset}.table-content .section-container .table-container-content .column h3{font-family:Basier Circle,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.table-content .section-container .table-container-content .column p,.table-content .section-container .table-container-content .column span{color:var(--text-on-light-bg);font-family:Lato,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:-.24px;line-height:1.3}@media only screen and (max-width:1024px){.table-content .section-container .table-container-content{grid-template-columns:repeat(2,1fr);padding:16px}.table-content .section-container .table-container-content .column:nth-child(2n){border-right:unset}.table-content .section-container .section-container-content{text-align:left}}@media only screen and (max-width:768px){.table-content .section-container .table-container-content{grid-template-columns:1fr}.table-content .section-container .table-container-content .column{border-bottom:1px solid #d9d9d9;border-right:unset}.table-content .section-container .table-container-content .column:last-child{border-bottom:unset}}