.manchetemedia{
    background-color: white;
    grid-column: span 3;
    grid-row: span 3;
    border-bottom: 0.5px solid #bbbbbb;;
    display: flex;
    flex-direction: column;
}
.manchete-media-img {
    width: 100%; 
    height: 250px;
}

.manchetemedia .mw-text-wrapper  h2 {
	font-family: "GuardianSans-Regular";
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1px;
    color: #2F3033;
}
.manchetemedia .mw-text-wrapper  h3 {
	font-family: "GuardianSans-Regular";
	font-size: 20px;
	line-height: 24px;
	color: #2F3033;
}
.manchetemedia .mw-text-wrapper h4 {
	font-family: "GuardianSans-Bold";
	font-size: 18px;
	line-height: 23px;
	margin-left: 20px;
	position: relative;
	padding-left: 10px;
	padding-top: 15px;
}
.manchetemedia .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){
    .manchetemedia {
		grid-column: span 2;
	}
	.manchetemedia .mw-text-wrapper  h2 {
		font-family: "GuardianSans-Bold";
		font-size: 28px;
		line-height: 38px;
		color: #2F3033;
		margin: 0;
		margin-bottom: 20px;
	}
}