.manchetemini{
    grid-column: span 2;
    grid-row: span 2;
    background-color: white;
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: column;
}
.manchetemini figure img{
    width: 100%;
    height: 164px;
}
.manchetemini h2 {
    font-family: "GuardianSans-Regular";
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -0.3px;
}
.manchetemini-text {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
@media (max-width:700px){
    .manchetemini {
        grid-column: span 2;
    }
    .manchetemini h2 {
        font-size: 29px;
        line-height: 29px;
    }
	    .manchetemini figure img {
        width: 100%;
        height: 200px;
    }
}