.manchetegrande{
    grid-column: span 4;
    grid-row: span 3;
    background-color: white;
    
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: column;
}
.manchetegrande figure img{
    width: 100%;
    height: 340px;
}
.manchetegrande h2 {
    font-family: "GuardianSans-Regular";
    font-size: 41px;
    line-height: 42px;
    letter-spacing: -1px;
}
.manchetegrande-text {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

@media (max-width:700px){
    .manchetegrande{
        grid-column: span 2;
    }
    .manchetegrande h2 {
        font-family: "GuardianSans-Bold";
        font-size: 34px;
    line-height: 40px;
    }
}