.tableRow {display: flex ;
    flex-wrap: wrap;
    justify-content: center;  
    gap: 40px;
}
.tableRow h6{display: block;
    width: 100%;
    color: #171E37;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-top: 80px;
    border-bottom: 2px solid #BCBCBC;
    padding-bottom: 20px;
border-bottom: 2px solid #BCBCBC;
}
.tableCell {     
  display: flex;
    flex-direction: column;
    flex: 2 1 auto;

}

table{ 
padding: 15px 25px 20px 25px;
align-items: flex-end;
gap: 42px;
align-self: stretch;
border-radius: 12px;
background: #FFF;    height: 100%;}

.tableCell h5{color: #171E37;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; }
.titleCell,.dataCell {font-family: Poppins;

font-style: normal;
font-weight: 700;
color: #171E37;}
.titleCell  {font-size: 24px;font-style: normal;
font-weight: 400;line-height: 24px;}
.dataCell   {font-size: 42px;line-height:42px ;}
.dataCell span   {font-size: 30px;display:inline !important;}

.tableCell span,.tableCell h5 { display: block; height: 70px;}
h2.sectitle {text-align: center;}
.tableCell:last-child table {background-color:#171E37;}
.tableCell:last-child table .dataCell {color: #1EFFAE;}
.tableCell:last-child table .titleCell  {color: #1EFFAE;

font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 150%;}
.dataImage {text-align: right;line-height: 0;}

  @media only screen and (max-width: 1440px) { 
 
  }

@media only screen and (max-width: 1110px){
.tableCell span {display:none;}
}