body{
    background-color: white;
    font-size: 12px;
}

.pressReleases_wrapper{
    margin: 0 20px;
    font-size: 1.5em;
    padding-bottom: 250px;
}

.pressReleases_wrapper h2{
    /* font-size: 30px;
    font-weight: 900; */
    color:#004a80;
    /* color: #0248A8; */
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.5rem;
}

.press_table_head{
    color:#fff;
    background: #0248A8;
    /* background: linear-gradient(90deg, rgba(213,15,232,1) 0%, rgba(220,9,242,0.6054796918767507) 48%); */
    
}

table{     
    width:100%;
    margin-bottom: 100px;    
}

thead{ 
    
    padding: 0px 50px;
}

th{
    padding: 10px 10px;
}

.left-th{
    border-radius: 5px 0 0 0;
}

.right-th{
    border-radius: 0 5px 0 0;
}

tbody{
    background-color: #fff;  
    border: 1px solid #0248A8;
    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;    
}


