.HPNLWrap{
    /* margin: 2.5em 0; */
}
.HPNLSectionTitle{
    text-align: center;
    /* margin-bottom: 2.5em; */
    padding: 2.5em 25px;
}
.HPNLSectionTitle h2{
    color: #b72126;
}
.HPNLItems{
    display: grid;
    grid-template-columns: 100fr;
    grid-gap: normal;
    grid-gap: 0.5em;
}
.HPNLItem{
    /* background: #e5e5e5; */
    /* width: 100%; */
    /* display: grid; */
    /* grid-template-columns: 30fr 60fr; */
    /* grid-gap: 0em; */
    border: 1px solid #ccc;
    padding: 1.5em;
}
.HPNLItem-img {
    /* height: 215px; */
    /* overflow: hidden; */
}
.HPNLItem-img img{
    width: 100%!important;
    object-fit: cover;
    /* height: 100%; */
}
.HPNLItem-body{
    /* padding: 0 1.5em; */
    /* min-height: 285px; */
    display: grid;
    grid-template-columns: 50fr 50fr;
    grid-gap: 1em;
    background: #e5e5e5;
}
.HPNLItem-Title{
    /*padding-bottom: 1em;*/
    /* padding: 2.5em 25px; */
    align-content: space-evenly;
    padding-right: 1em;
}
.HPNLItem-Title h3{
	/* color: #8E1416; */
	/* font-weight:bold; */
	font-size: 18px;
	margin: 0;
}
.HPNLItem-Title h3 i{
    margin-right: 5px;
}
.HPNLItem-Date{}
.HPNLItem-Date i{
    margin-right: 5px;
}
.HPNLSumary{
    margin-top: 1em;
    font-size: 14px;
}
.HPNLItem-Info{
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
}
.HPNLItem-link{
    margin-top: 1em;
}
.HPNLItem-link a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #8E1416;
    font-size: 16px;
    text-align: center;
    color: #8E1416;
}
.HPNLItem-link a:hover{
    background-color: #8E1416;;
    color:#fff;
    text-decoration:none;
}
.HPNLItem-link a i{
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.HPNLItem-footer{
    margin: 1.5em;
    text-align: right;
    border-top: 1px solid #707070;
    padding-top: 1.5em;
}
.HPNLItem{}
.HPNLItem-footer a{}
.HPNLItem-footer a:hover{}
.HPNLItem-footer a i{
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.HPNLall{
    margin: 0.5em 0;
    text-align: right;
}
.HPNLall a{
    padding: 10px 25px;
    background: #c7271a;
    /* margin-top: 1em; */
    color: #fff;
    display: inline-block;
    text-align: center;
    /* border-radius: 2em; */
    font-size: 18px;
    text-decoration: none;
    display: block;
}
.HPNLall a:hover{
    background: #a20e02;
}
/***Responsive  Section 
**********************************************/

@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1360px) {}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1230px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 990px) {}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {
    .HPNLWrap {
        margin: 0;
    }
    .HPNLSectionTitle {
        margin-bottom: 1em;
    }
        .HPNLItem, .HPNLItem-body{
        grid-template-columns: 100fr;
        grid-gap: 0em;
    }
    .HPNLItem-Title{
        padding: 1em;
    }
}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 380px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 320px) {}