#fullNewsCont{
    font-family: 'Okta Neue Normal';
    font-weight: normal;
    font-style: normal;
    max-width: 1250px;
    margin: 80px auto 20px auto;
    padding: 0 10px;
}

.payNews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.payNews h4{
    padding: 10px 0;
   }
 
   .payNews h4 a{
    text-decoration: none;
    color: #2B0334;
    }
 

#fullNewsCont h1 {
    font-size: 40px;
    font-weight: bold;
    padding: 10px 30px;
    color: #2B0334;
}

.fullNewsCont{
    display: flex;
    /* align-items: center; */
    justify-content: center;
   
}

.fullNews {
    width: 60%;
    padding: 10px 40px;
}

.otherLinks {
    width: 40%;
    padding: 10px 10px;
}

.hideNews{
    display: block;
}

.otherLinks h2 span {
    border-bottom: 3px solid #2B0334;
    padding-bottom: 2px;
 }


/* .otherLinks h2 {
    padding: 15px 0;
    font-weight: bold;
    font-weight: bold;
} */

.blogImg{
    width: 100%;
    height: 450px;
}

.blogImg img {
    width: 100%;
    height: 100%;
}

.fullNewsTxt {
    padding: 10px 0;
}

.fullNewsTxt h4 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
}

.fullNewsTxt h1 {
    font-size: 16px;
    padding: 10px 0;
}

.fullNewsTxt p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #2B0334;
}

.fullNewsTxt .presi_link a:hover{
    color: purple;
}

.payNewsSect{
    padding: 10px 0;
}

.payNewsSect p{
   font-weight: bold;
   font-size: 0.7rem;
 }

.payNewsSect a{
   text-decoration: none;
   color: #2B0334;
}

