@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");.comparison-section{box-sizing:border-box;font-family:Poppins,sans-serif;margin:50px 0;padding:0;width:100%}.comparison-table-wrapper{background:#fff;border:1px solid #1a4a9e;border-radius:25px;overflow:hidden;width:100%}.comparison-table{border:none;border-collapse:collapse;table-layout:fixed;width:100%}.comparison-table thead th{border-bottom:1px solid #1a4a9e;color:#222;font-size:18px;font-weight:600;padding:30px 20px;text-align:center;text-transform:uppercase;vertical-align:middle}.comparison-table thead th:first-child{background-color:rgba(26,74,158,.02);border-right:1px solid #1a4a9e;width:40%}.comparison-table thead th:last-child{width:60%}.logo-container img{display:inline-block;max-height:45px;width:auto}.comparison-table td{border-bottom:1px solid #1a4a9e;color:#444;font-size:14px;line-height:1.6;padding:22px 30px;vertical-align:middle;word-wrap:break-word}.comparison-table td:first-child{border-right:1px solid #1a4a9e}.comparison-table tr:last-child td{border-bottom:none}@media (max-width:768px){.comparison-section{margin:20px 0;padding:0 5px}.comparison-table-wrapper{border-radius:15px}.comparison-table thead th{font-size:11px;padding:15px 8px}.comparison-table td{font-size:10px;line-height:1.4;padding:12px 10px}.logo-container img{max-height:25px}.comparison-table td:first-child,.comparison-table thead th:first-child{width:35%}.comparison-table td:last-child,.comparison-table thead th:last-child{width:65%}}