.twoColumnTableWithContentLeft{display:flex;flex-direction:column;gap:20px}.twoColumnTableWithContentLeft .tableWrapper{overflow:auto}.twoColumnTableWithContentLeft table{border-collapse:separate;border:1px solid var(--bright-blue);border-spacing:0;width:100%;border-radius:10px;min-width:767px;overflow:hidden}.twoColumnTableWithContentLeft .tableWrapper td,.twoColumnTableWithContentLeft .tableWrapper th{border-left:1px solid var(--brand-blue);border-top:1px solid var(--brand-blue)}.twoColumnTableWithContentLeft table th{background-color:var(--brand-blue);border:0;color:#fff;font-weight:300;font-size:1rem;padding:20px 0}.twoColumnTableWithContentLeft .tableWrapper td:first-child,.twoColumnTableWithContentLeft .tableWrapper th:first-child{border-left:0}.twoColumnTableWithContentLeft table td{padding:20px 10px}.twoColumnTableWithContentLeft table td img{display:block}.twoColumnTableWithContentLeft table td div{display:flex;align-items:center;gap:10px}.twoColumnTableWithContentLeft table tr td:first-child{background-color:var(--light-blue)}@media(min-width:1000px){.twoColumnTableWithContentLeft{flex-direction:row}.twoColumnTableWithContentLeft .rteCopy{flex-basis:30%}.twoColumnTableWithContentLeft .tableWrapper{flex:1}.twoColumnTableWithContentLeft table th{font-size:1.1rem}}