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

.mancheteSeca .mw-text-wrapper{
	gap: unset;
}
.mancheteSeca .mw-text-wrapper h2 {
    font-family: "GuardianSans-Medium";
    font-size: 44px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 00px;
	padding-right: 60px;

}
.mancheteSeca .mw-text-wrapper h4 {
	font-family: "GuardianSans-Medium";
	font-size: 18px;
	line-height: 24px;
	margin-left: 20px;
	position: relative;
	padding-left: 10px;
}
.mancheteSeca .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){
    .mancheteSeca {
		grid-column: span 2;
	}
	.mancheteSeca .mw-text-wrapper h2 {
		font-family: "GuardianSans-Medium";
		font-size: 28px;
		line-height: 32px;
		color: #000;
		margin-bottom: 5px;
	}
}
@media (min-width: 1000px) and (max-width: 1024px) {
	.mancheteSeca .mw-text-wrapper h2 {
		font-family: "GuardianSans-Medium";
		font-size: 44px;
		line-height: 42px;
		color: #000000;
		margin-bottom: 00px;
	}
  }