.rss_item{
    clear: both;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 19px;
}

.rss_item:first-child{
    border-top: 1px solid #ccc;
    padding-top: 32px;
}

.rss_item:last-child{
    border-bottom: 0px solid white;
}

.rss_title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 17px;
    margin-top: -6px;
    color: #005485;
}

p.rss_more .glyphicon-chevron-right{
    font-size: 14px;
}

@media screen and (max-width:1279px){
    .rss_title{
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 17px !important;
    }
    
    .rss_description{
        font-size: 15px !important;
    }
    
    .rss_item{
        margin-bottom: 9px !important;
    }
}

@media screen and (max-width: 767px){
    .rss_title{
        margin-bottom: 9px !important;
    }
    
    .rss_item{
        padding-bottom: 26px !important;
    }
    
	.rss_description{
        font-size: 13px !important;
    }
}

@media screen and (max-width: 567px){
    .rss_item{
        padding-bottom: 20px !important;
        padding-top: 27px !important;
    }
}

