.div-table {
    display: table;
    width: 100%;
    overflow: scroll;
    border-radius:4px;
}

.trow {
    display: table-row
}

.tcolumn {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    background-color: rgb(246 246 247);
    padding: 20px 16px;
    border-bottom: 10px solid #fff;
}
  
.tcolumn-group {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 20px 15px;
    border-bottom: 10px solid #fff;
    font-family: "Inter", system-ui;
    font-size: 1.2rem;
    background: rgb(246 246 247);
    color: #000;
    font-weight: 500;
}

.tcolumn-group-last {
    display: table-cell;
    vertical-align: top;
    background-color: rgb(246 246 247);
    padding: 20px 20px 20px 20px;
    border-bottom: 10px solid #fff;
    font-weight: 500;
}

.tcolumn-tick {
  	text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #5c5c5c2e;
}

.tcolumn-tick img {
	width: 30px;
}


.tcolumn1 {
  	width: 20%;
    text-align: left;
    background-color: #fff;
    font-family: "Inter", system-ui;
    font-size: 1.2rem;
  	font-weight: 600;
    border-bottom: 0px solid #ed1c24;
    border-top: 0px solid #ed1c24;
    color: #000;
}
.tcolumn2 {
  	width: 60%;
    text-align: left;
    background-color: #fff;
  	color: #f7e7e7;
    font-family: "Inter", system-ui;
    border-bottom: 1px solid #ed1c24;
    font-size: 1.2rem;
  	font-weight: 600;
    border-bottom: 0px solid #ed1c24;
    border-top: 0px solid #ed1c24;
    color: #000;
}
.tcolumn3 {
  	width: 20%;
    text-align: left;
    background-color: #fff;
  	color: #10004F;
    font-family: "Inter", system-ui;
    font-size: 1.2rem;
  	font-weight: 600;
    border-bottom: 0px solid #ed1c24;
    border-top: 0px solid #ed1c24;
    color: #000;
}