.three-col-table{padding:80px 0}.three-col-table .table>*{display:flex}.three-col-table .table .table-head,.three-col-table .table .table-head>*{background-color:var(--light_blue)}.three-col-table .table-heading{color:var(--secondary_color);font-size:24px;font-weight:700;line-height:30px;padding:17px 50px}.three-col-table .table>:nth-child(2n),.three-col-table .table>:nth-child(2n)>*{background-color:var(--dark_blue)}.three-col-table .table>:nth-child(odd):not(.table-head),.three-col-table .table>:nth-child(odd):not(.table-head) *{background-color:var(--bg_blue)}.three-col-table .table>*>*{flex:1}.three-col-table .table>:nth-child(2n)>*{color:var(--secondary_color)}.three-col-table .table>.table-data>*{padding:25px 50px}.three-col-table .main-heading{margin:0 0 40px;text-align:center}@media (max-width:991px){.three-col-table .table>.table-data>*{padding:20px}.three-col-table .table-heading{padding:17px 20px}}@media (max-width:767px){.three-col-table{padding:60px 0}.table-wrapper{margin:0 -20px;overflow-x:auto}.three-col-table .table>*>*{flex:1;min-width:250px}.three-col-table .main-heading{margin:0 0 20px;text-align:center}}