@media (max-width: 768px) {
    .feeds-title li {
        font-size: 20px;
    }

    .feed-entry .title{
        margin-top: 15px;
    }
}

@media (max-width: 610px){
    .feeds-title li {
        display: block;
        padding: 10px 0;
    }

    .feeds-title li:first-of-type:after{
        display: none;
    }

    .feed-entry .title a{
        font-size: 16px;
    }
}
