.sd-news-overview-block .vc_row.wpb_row.vc_row-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.sd-news-overview-block .sd-news-title {
    margin-bottom: 10px;
    color: #0b0b0b;
}

.sd-news-overview-block .sd-news-title p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sd-news-overview-block .sd-news-title h3 {
    line-height: 1;
}

.sd-news-overview-block .sd-news-title h3 a {
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
}

.sd-news-overview-block .sd-news-title h3 a:hover {
    color: #c51414;
    transition: all 0.3s;
}

.sd-news-overview-block .sd-news-overview-block {
    height: 100%;
}

.sd-news-overview-block .sd_news-container {
    height: 100%;
}

.sd-news-overview-block .sd_news-inner {
    margin-bottom: 35px;
    padding-left: 0;
}

.sd-news-overview-block .news-image {
    position: relative;
    max-height: 150px;
}

.sd-news-overview-block .news-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.sd-news-overview-block .news-image img {
    border-radius: 6px !important;
    max-height: 150px;
}