.DestaqueArticleFoto {
    background-color: white;
    grid-column: span 4;
    grid-row: span 4;
    border-bottom: 0.5px solid #bbbbbb;;
    display: flex;
    flex-direction: column;
}
.DestaqueArticleFoto-img {
    width: 100%; 
    height: 370px;
}

.DestaqueArticleFoto .mw-text-wrapper  h2 {
    font-family: "GuardianSans-bold";
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -1px;
    color: #000000;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 73%;
}
.DestaqueArticleFoto .mw-text-wrapper  h3 {
	font-family: "GuardianSans-Regular";
	font-size: 20px;
	line-height: 24px;
	color: #2F3033;
}
.DestaqueArticleFoto .mw-text-wrapper h4 {
	font-family: "guardiansans-medium";
	font-size: 18px;
	line-height: 23px;
	margin-left: 20px;
	position: relative;
	padding-left: 10px;
	padding-top: 15px;
	height: 60px;
}
.DestaqueArticleFoto .mw-text-wrapper h4::before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: black;
	display: block;
	position: absolute;
	left: -20px;
	bottom: 30px;
}
@media (max-width:700px){
    .DestaqueArticleFoto {
		grid-column: span 2;
	}
	.DestaqueArticleFoto .mw-text-wrapper  h2 {
        font-size: 28px;
        line-height: 28px;
        color: #2f3033;
        margin: 0;
        height: auto;
        padding-bottom: 11px;
	}
	.DestaqueArticleFoto-img {
		width: 100%;
		height: 290px;
	}
}
@media (max-width:1024px){
	.DestaqueArticleFoto{
		grid-column: span 2;
	}
}