.list::-webkit-scrollbar {
    -webkit-appearance: scrollbartrack-vertical;
}

.news-wrapper{
    width: 75%;
    margin: auto;
    padding-bottom: 150px;
    margin-top: 20px;
}

.news-wrapper>h1{
    /* color: #0248A8;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    font-weight: 900; */

    /* font-size: 30px;
    font-weight: 900; */
    /* color:#004a80; */
    background-color: white;
    color: #0248A8;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.5rem;
}

#tabs{
    border: none;
}

#tabs>ul{
    background-color: white;
    border: none;
}

#tabs>ul>li{
    border: transparent;
    /* border-bottom: 3px solid #c5c5c5; */
}

#tabs>ul>li>a{
    width:150px;
    height:30px;
    text-align: center;
    margin-top: 10px ;
    font-size: 16px;
    margin-bottom: 10PX;
}

.card{
    width: 450px;
    height: 750px;
    box-shadow: 2px 5px 5px #d1d1d1;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 20px;
}

.card-img>img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#tabs-1 .card:nth-child(1) .card-img img{
   width: 100% !important;
   height:250px !important;
}

.card-content{
    box-sizing: content-box;
    padding: 10px;
}

.card-content>h4{
    background-color: white;
    color:#002060;
    font-weight: 750;
    height: 80px;
    font-size: 20px;
}

.card-content>p:nth-of-type(1){
    font-weight: bold;
    font-size: 16px;
}

.card-content>p:nth-of-type(2){
    background-color: white;
    /*
    color: #8e8e8e;
    */
    color: #757575; /* 20240219 wcag */
    height: 260px;
    font-size: 16px;
}

.card-content>p:nth-of-type(3){
    background-color: white;
    /*
    color: #8e8e8e;
    */
    color: #757575; /* 20240219 wcag */
    margin-top: 30px;
    font-size: 16px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #2E2E2E !important; /* 20240219 wcag */
}

.card-social-media{
    display: flex;
    justify-content: space-between;
}

.card-social-media>a>i{
    font-size: 30px;
    color: #0147a7;
}

@media (max-width:767px) {
    .news-wrapper{
     width: 94%;
    }

    .card{
        display: block;
        margin-bottom: 50px;
        width: 340px;
        margin: auto;
        margin-bottom: 20px;
        height: 730px;
    }

    .card-content>h4{
        height: 100px;
    }

    .card-content>p:nth-of-type(2){
        height: 230px;
        margin-bottom: 40px;
    }
}

.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;
    font-size: 20px;
}

.right-th{
    border-radius: 0 5px 0 0;
    font-size: 20px;
}

tbody{
    background-color: #fff;
    border: 1px solid #0248A8;
    box-sizing: border-box;
    border-top: none;
    font-size: 16px;
}

tbody a{
    background-color: white;
    color: #0000EE !important;
}

tbody>tr>td{
    padding: 20px 10px;
}

tr>td:nth-child(1){
     width: 70%;
}

tr>td:nth-child(2){
    width:100%;
    display: flex;
    align-items: flex-start;
}

.outer-news-wrapper{
    display: flex;
    justify-content: center;
}
