div.news-list
{
	word-wrap: break-word;
	padding: 20px 0;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
    margin-right: 30px!important;
	margin-bottom: 0px!important;
	max-height: 180px;
	object-fit: cover;
    height: 100vh;
}
.news-date-time {
	color:#486DAA;
}
.news-item {
    margin: 0 0 20px 0;
    overflow: hidden;
}
a.news-item-title {
    font-size: 24px;
    color: #444444;
    display: block;
    font-family: sans-serif;
    padding-top: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
a.news-item-title:hover {
    color: #017ac3;
}
.news-item-description {
    padding-top: 0px;
    line-height: 1.5;
    padding-right: 10px;
    font-size: 16px;
}
.news-list.dws-custom a {
    display: block;
}
.news-list.dws-custom h2.h_list {
    font-weight: 700;
    margin-bottom: 10px
}
#content .news-list.dws-custom p.news-item-description {
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
}
#content .news-list.dws-custom p.news-item-description strong {
    font-weight: 500;
}
.items-text {
    overflow: hidden;
    position: relative;
    height: 183px;
}
.items-text::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    div.news-list img.preview_picture{
        height: auto;
    }
    #content .news-list.dws-custom p.news-item-description {
        max-height: initial;
    }
    .items-text {
        overflow: initial;
        position: initial;
        height: initial;
    }
}

@media only screen and (max-width : 768px) {
    div.news-list
    {
        word-wrap: break-word;
        padding: 2px 0 20px 0;
    }
    .col-md-8.mob-pl--15 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-md-7.items-text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .col-md-7.items-text h2.h_list {
        margin-top: 10px;
    }
}
