   
	.mw-mancheteSeca {
		grid-column: 1/-1;
		font-family: "NunitoSans-Black";
		border-bottom: 2px solid #e5e5e5;
    	padding-bottom: 20px;
	}
	
	.mw-mancheteSeca a {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content: center;
		gap: 10px;
	}
	.mw-mancheteSeca .mw-mancheteSeca-title {
		font-family: 'NunitoSans-Black';
		font-size: 13px;
	}
	.mw-mancheteSeca  a h2 {
		font-family: 'NunitoSans-Black';
		font-size: 50px;
		line-height: 54px;
		color: #4A4A4A;
	}
	
	.mw-mancheteSeca a h3 {
		font-size: 18px;
		line-height: 25px;
		font-family: 'NunitoSans-SemiBold';
		color: #696A6C;
		width: 95%;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	@media(max-width:1024px) {
		.mw-mancheteSeca {
			/* grid-column: span 2; */
			padding-bottom: 20px;
			border-bottom: 2px solid #cfcfcf;
		}
		.mw-mancheteSeca .chamada-box-container {
			width: 100%;
		}
		.mw-mancheteSeca a {
			gap: 10px;
		}
	
		.mw-mancheteSeca a h2 {
			font-size: 40px;
			line-height: 40px;
		}
		.mw-mancheteSeca a h3 {
			font-size: 15px;
			line-height: 19px;
		}
	}

		/* @media(max-width:768px) {
		.mw-mancheteSeca {
			grid-column: span 2;
		}
	} */