.web-story-box{
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, .2);
}
.web-story-box ul{
    margin-bottom:0;
}
.web-story-box a{
  text-decoration: none;
    color: #86c250;
}
.post-type-archive-web-story .web-story {
    width:33%;
}
.post-type-archive-web-story .web-story .web-stories-embed{
  display:none;  
}
.web-story .new-blog-article .cmsmasters_img_wrap{
    text-align:center;
}
@media (max-width:992px){
    .post-type-archive-web-story .web-story {
    width:100%;
}
}