.left-right-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px}.left-right-container .left-section{flex:1 1 400px;max-width:600px}.left-right-container .right-section{flex:1 1 500px;max-width:700px}.feature-table-container{width:100%;max-width:1000px;padding:1rem;background:#fafafa;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.feature-table-container .disclaimer{margin-top:10px;font-size:12px;line-height:15px}.feature-table{width:100%;border-collapse:collapse;background:#fff}.feature-table td,.feature-table th{padding:16px 2px;border-bottom:1px solid #ddd;color:#333;font-size:14px}.feature-table td:not(:first-child),.feature-table th:not(:first-child){text-align:center}.feature-table td:first-child,.feature-table th:first-child{width:40%;padding-left:20px}.feature-table td div{margin:0 auto}.feature-table th{background-color:#f2f2f2;font-weight:600;text-align:left}@media screen and (max-width:600px){.feature-table-container{padding:0}.feature-table td:first-child,.feature-table th:first-child{width:32%;padding-left:8px}}