.manchetemini{
    grid-column: span 2;
    grid-row: span 2;
    margin-bottom: -8px;
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: column;
    min-height: 260px;
}
.manchetemini figure img{
    width: 100%;
    height: 173px;
    padding-bottom: 10px;
}
.manchetemini h2 {
    font-family: "GuardianEgyptian-Semibold";
    color: #2F3033;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.manchetemini h3 {
    font-family: 'GuardianSans-Regular';
    font-size: 16px;
    line-height: 19px;
}
.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: 23px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .manchetemini figure img{
        width: 100%;
        height: 230px;
        padding-bottom: 10px;
    }
}