#custom-feed .entry-thumbnail img {
    height: 300px;
    object-fit: cover;
    width:100%;
}
#custom-feed .entry-title{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
 #custom-feed .ut-blog-grid-article-inner {
    height: 100%;
}
@media (max-width: 767px) {
    #custom-feed .entry-thumbnail img {
        max-height: 250px;
    }
    #custom-feed .ut-blog-grid-article {
        margin-bottom: 40px;
        padding: 0 20px;
    }
}
