.mancheteSecaCategoria{
    grid-column: span 6;
    grid-row: span 1;
    border-bottom: 0.5px solid #bbbbbb;;
    display: flex;
    flex-direction: column;
}
.mancheteSecaCategoria .mw-text-wrapper{
    gap: unset;
}
.mancheteSecaCategoria .mw-text-wrapper h2 {
	font-family: "GuardianSans-Bold";
	font-size: 34px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 20px;
}

@media (max-width:700px){
    .mancheteSecaCategoria {
        grid-column: span 2;
    }
    .mancheteSecaCategoria .mw-text-wrapper h2 {
        font-family: "GuardianSans-Bold";
        font-size: 28px;
        line-height: 32px;
        color: #000000;
        margin-bottom: 20px;
    }
    }

