.gff-bloque_tabla-component{display:flex;align-items:center;max-width:1120px;margin:0 auto;background-color:#eff3fb;padding-inline:32px;justify-content:var(--dt-align-table,space-around);gap:63px}
.gff-bloque_tabla-component-header,.gff-bloque_tabla-component-table{width:50%}
.gff-bloque_tabla-component-tag p{padding:4px 24px;background-color:#fff;border-radius:8px;color:#384868;font-size:14px;align-items:center;justify-content:center;width:fit-content;line-height:18px;margin:0}
.gff-bloque_tabla-component-title h4{color:#00429c;font-size:28px;font-weight:800;margin:16px 0 8px}
.gff-bloque_tabla-component-description p{font-size:16px;line-height:22.4px;color:#00429c;width:480px}
.table-wrapper{display:flex;flex-direction:column;width:100%}
.table-header{display:flex;background-color:#d9e9ff;border-radius:8px;padding:16px;font-weight:700;color:#151d2c}
.table-header-cell{flex:1;text-align:left}
.table-body{display:flex;flex-direction:column;gap:12px;margin-top:8px}
.table-body-row{display:flex}
.table-body-cell{flex:1;text-align:center;display:flex}
.table-body-cell ul{list-style:none;margin:0;padding:0;flex-grow:1;display:flex;flex-direction:column}
.table-body-cell li{margin:0;padding:0;margin-bottom:8px;background-color:#fff;padding:26px 26px 26px 16px;text-align:left;flex:1;display:flex;align-items:center;height:100%;min-height:24px;color:#384868}
.table-body-row .table-body-cell:first-child li{border-radius:8px 0 0 8px}
.table-body-row .table-body-cell:last-child li{border-radius:0 8px 8px 0}
.table-body-row .table-body-cell:not(:first-child):not(:last-child) li{border-radius:0}
@media(max-width:1024px){.gff-bloque_tabla-component{flex-direction:column;gap:50px;width:70%}
.gff-bloque_tabla-component-header,.gff-bloque_tabla-component-table{width:100%}
.gff-bloque_tabla-component-description p{width:100%}
}
@media(max-width:767px){.gff-bloque_tabla-component{padding-inline:16px;width:auto;gap:20px}
}