.page--home--block--destaques {
	min-height: 735px;
	padding: 64px 0;
}
.page--home--block--destaques .destaques-wrap {
	min-height: 607px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
}
.page--home--block--destaques .destaques-title {
	margin: 0 auto;
	width: 396px;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
}
.page--home--block--destaques .destaques-cards {
	display: flex;
	list-style: none;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}
.page--home--block--destaques .destaques-cards > li {
	margin: 0 15px 1em;
	width: 261px;
	text-align: center;
}
.page--home--block--destaques .destaques-cards > li > img {
	display: block;
	width: 261px;
	height: 261px;
}
.page--home--block--destaques .destaques-cards > li > p {
	line-height: 1.4;
}
.page--home--block--destaques .destaques-card-title {
	margin: 0 0 0.5em;
	font-size: 24px;
	font-weight: 600;
}
.page--home--block--destaques .destaques-bottom-link {
	margin: 1em 0 0;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.page--home--block--destaques .destaques-bottom-link a {
	color: inherit;
}

@media (max-width: 768px) {
	.page--home--block--destaques {
		overflow-x: hidden;
	}
	.page--home--block--destaques .destaques-title {
		margin: 0 auto 40px;
		width: 280px;
	}
	.page--home--block--destaques .destaques-bottom-link {
		margin: 2em 0 0;
	}
}
