.single-news-widget.container {
    padding: 0 !important;
}

.col-md-6 .single-news-right {
    max-height: 351px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-news-subtitle,
.single-news-title,
.main-button {
    flex-shrink: 0;
}

.single-news-content {
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}