.post-stories.content-block {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    /* -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15); */
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
    /*margin-bottom: 60px;*/
    overflow: hidden;
}
.post-stories .post-content {
    padding: 20px;
}
.post-content .post-cat .post-cat-list {
    margin: -8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-stories .post-thumbnail a img {
    border-radius: 0px;
    width: 100%;
    height: 200px;
}

