.pressReleases_wrapper{
    margin:0 20px;
    font-size:1.5em;
    padding-bottom:250px;
}

.press_table_head{
    background-color:#0248A8;
    
}

table{    
    width:100%;
    margin-bottom:100px;    
}

thead{
    
    padding:0px 50px;
}

th{
    padding:10px 10px;
}

.left-th{
    border-radius:5px 0 0 0;
    background-color:#0248A8;
    color :#fff;
}

.right-th{
    border-radius:0 5px 0 0;
    background-color:#0248A8;
    color :#fff;
}

tbody{
    background-color:#fff;  
    box-sizing:border-box; 
    border-top:none;
}

 

tbody>tr>td{
    padding:20px 10px;
    color:black;
}



tr>td:nth-child(1){
     width:70%;
     
}

tr>td:nth-child(2){
    width:100%;   
    display:flex;
    align-items:flex-start;  

}


tr:nth-child(odd){
    background-color:rgb(243,248,255);

 }
tr:nth-child(even){
    background-color:rgb(218,233,249);

  }