
.story-title{
	text-align: center;
    border-bottom: 2px solid green;
    margin: 0 0 15px 15px;
}

.pop_stories .row {
    margin-bottom: 20px;
}
.img-grid{
	height: 170px;
   	overflow: hidden;
    border: 1px solid green;
}

.pop_stories .more-link .more-text{
    text-align: right;
}

.pop_stories_title .list-title{
	margin: 5px 0px;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
}

.pop_stories_title span{
	margin: 5px 0px;
    position: relative;
    top: -20px;
    font-weight: bold;
    font-style: italic;
}

.pop_story .pop_stories_title h2{width: 60%;}
.pdf-link{
    float: right;
 	width: 190px;
    text-align: center;
}

.pdf-link img {max-height: 65px;}

.divider {
    background: url(/wp-content/uploads/2019/02/saparater_line.png) repeat-y;
}

@media (max-width: 1092px){
    .img-grid{
        height: 105px;
    }
}

@media (max-width: 768px){
	/*.pop_story .pop_stories_title h2{ width: 100%;}
	.pdf-link{	display: none; }*/
    
    .img-grid{
        height: 210px;
    }
     
    .divider {
        background: url(/wp-content/uploads/2019/03/separator_horizontal.png) repeat-x;
        padding-top: 20px;
    }
}

@media (max-width: 480px){
    
    .img-grid{
        height: auto;
    }
}