.mancheteespecial{
    background-color: white;
    grid-column: span 8;
    grid-row: span 3;
    border-bottom: 0.5px solid #bbbbbb;;
    display: flex;
    flex-direction: column;
    object-fit: cover;
}
.manchete-especial-img {
    width: 100%; 
    height: 360px;
    object-fit: cover;
}
.mancheteespecial-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px 20px 20px;

}
.mancheteespecial-text > h2{
    font-family: "GuardianSans-Bold";    
    font-size: 53px;
    line-height: 53px;
    color: #2F3033;
}
.mancheteespecial-text > h3{
    font-family: "GuardianTextEgypt-Regular";
    font-size: 20px;
    line-height: 22px;
    color: #2F3033;
}

@media (max-width:700px){
    
}