.enews_section_title{
    /* color: #002a5c; */
    /* font-family: 'Oswald', sans-serif; */
    font-size: 2.15em;
    color: #a51c30;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    /* padding: 15px 0px 5px 0px; */
    margin-bottom: 15px;
    margin-top: 30px;
}

#eNews_section_card{
    padding: 0px 15px 0px 15px;
    margin-bottom: 20px;
    /* box-shadow: 2px 3px 2px lightgrey; */
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    border: none;
    /* border-top: 1.5px solid lightgrey; */
}


#eNews_content{
    padding-left: 10px;
    padding-right: 10px;
}

.eNews-cover-img{
    margin-bottom: 20px;
    cursor: pointer;
}

.eNews-cover-img img{
    box-shadow: 0px 3px 3px lightgrey, -3px -2px 5px lightgrey, 3px 2px 3px lightgrey;
    border-radius: 3%;
}

.eNews-info-text{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    color: #033076;
}

#enews_see_more_btn_div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-more{
    font-family: 'Oxygen', sans-serif;
    background-color: #2f455f;
    color: white;
    font-size: 18px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-more:hover{
    background-color: white;
    color: #001733;
    border: 1px solid #001733;
}

@media screen and (max-width: 576px){
    .eNews_block{
        margin-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px){

}
