.nfWrap {
    position: relative;
    padding-bottom: 15px;    
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2em;
    padding-right: 15px;
}

.nfInner {
    position: relative;
    flex:3;
}

.nfInner h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.nfInnerBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 20px;
    border: 1px solid #e1e1e5;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 50px;
    transition: all 500ms ease;
    margin-top: 0 !important;
    float: none !important;
}

.nfInnerBox:hover {
    border-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.nfImage {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    height: 400px;
    overflow: hidden;
    justify-content: center;
}

.nfImage img {
    width: 100%;
    position: relative;
    top: 0em;
}

.nfInfo {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
}

.nfInfo h4 {
    padding: 0px 0px 0px 25px;
    color: #0D2152;
    font-size: 23px;
    line-height: normal;
}


.nfSummary, .nfFooter {
    padding: 20px 10px 20px 25px;
}

.nfDate {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.nfDate h4 {
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    background: #01203c;
    color: #fff;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 4px 0px 4px 0px;
    line-height: 24px;
    z-index: 2;
    margin: 0;
}

.nfDate h4 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.nfSummary {
    font-size: 18px;
    line-height: 1.5;
    border-top: 1px solid #e6e6ea;
}

.nfFooter {
    position:relative;
}

.nfFooter a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.nfBtn {
    display: inline-block;
    padding: 5px 20px;
    transition: all .3s ease-in-out;
    border: 1px solid #d7a027;
    font-size: 16px;
    text-align: center;
    color: #000;
    border-radius: 5px;
}

.nrKeywords {
    color: #fff !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.nrKeywords ul {
    margin: 0;
}

.nrKeywords li {
    list-style: none;
    background-color: #01203c;
    padding: 5px 15px;
    border-radius: 4px 0px 4px 0px;
    font-size: 16px;
    text-transform: capitalize;
}

.nfFooter a:hover .nfBtn {
    background-color: #d7a027;
    color:#fff;
}


.hpNewsView {
    position:relative;
    text-align: center;
}

.hpNewsView a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.hpViewBtn {
    display: inline-block;
    padding: 5px 20px;
    transition: all .3s ease-in-out;
    border: 1px solid #d7a027;
    font-size: 16px;
    text-align: center;
    color: #000;
    border-radius: 5px;
}

.hpNewsView a:hover .hpViewBtn {
    background-color: #d7a027;
    color:#fff;
}

@media screen and (max-width: 990px) {
    
    .nfWrap {
        padding-right: 0px;
        grid-gap: 0em;
    }
    
}

