  .news-stories {
    padding: 50px 25px;
    position: relative;
    display: block;
}

.news-stories .card-body h4 a {
    font-size: 22px;
    font-weight: 600;
    color: #343434;
    text-decoration: none;
}
.news-stories .card-body p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #616161;
}
.news-stories .card-body .excerpt_more {
    display: block;
    margin: 15px 0px;
    text-decoration: none;
    background: #343434;
    width: 132px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
}
.news-stories .card-body p a:hover{
    background: #00addb;
    color: #fff;
}
.post-cards{
    display: none;
}
.btn-load-more {
    background: #343434;
    border: 2px solid #343434;
    padding: 10px 10px;
    text-align: center;
    margin: 15px auto;
    position: relative;
    display: block;
    width: 120px;
    color: #fff;
    text-decoration: none;
    transition: all;
}
.btn-load-more:hover{
    color: #343434;
    background-color: #fff;
}