.mancheteSeca4Col{
    background-color: white;
    grid-column: span 4;
    grid-row: span 1;
    border-bottom: 0.5px solid #bbbbbb;;
    display: flex;
    flex-direction: column;
}
.mancheteSeca4Col-text{
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.mancheteSeca4Col .mw-text-wrapper{
	gap: unset;
    position: relative;
}
.mancheteSeca4Col .mw-text-wrapper .spancategorylink {
    position: absolute;
    bottom: 20px;
    right: 21px;
}
.mancheteSeca4Col .mw-text-wrapper h2 {
    font-family: "GuardianSans-Bold";
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}
.mancheteSeca4Col .mw-text-wrapper h4 {
	font-family: "GuardianSans-Bold";
	font-size: 18px;
	line-height: 24px;
	margin-left: 20px;
	position: relative;
	padding-left: 10px;
}
.mancheteSeca4Col .mw-text-wrapper h4::before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: black;
	display: block;
	position: absolute;
	left: -20px;
	bottom: 10px;
}

@media (max-width:1024px){
    .mancheteSeca4Col {
		grid-column: span 2;
	}
	.mancheteSeca4Col .mw-text-wrapper h2 {
		font-family: "GuardianSans-Bold";
		font-size: 28px;
		line-height: 29px;
		color: #000;
		margin-bottom: 5px;
	}
}
@media (min-width: 1000px) and (max-width: 1024px) {
	.mancheteSeca4Col .mw-text-wrapper h2 {
		font-family: "GuardianSans-Bold";
		font-size: 32px;
		line-height: 33px;
		color: #000000;
		margin-bottom: 20px;
	}
  }