.home .convencao .block-section-content {
	min-height: 742px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.home .convencao-item {
	margin-bottom: 14px;
	line-height: 1.15;
}

.home .convencao-chapeu {
	font-size: 12px;
	line-height: 1.25;
	min-width: 0;
	max-width: 100%;
	padding: 6px 9px;
}

.home .convencao-download {
	margin-top: 3px;
	font-size: 10px;
	line-height: 1.2;
}

@media screen and (min-width: 1340px) {
	.home-top-convencoes .convencao .block-section-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 16px 20px;
		line-height: 1.1;
	}

	.home-top-convencoes .convencao .block-section-title .link {
		float: none;
		margin-left: auto;
		white-space: nowrap;
	}

	.home-top-convencoes .convencao .block-section-content {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		justify-content: space-between;
		padding: 24px 20px 28px;
	}

	.home-top-convencoes .convencao-item {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.home .convencao .block-section-content {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.home .convencao-item {
		margin-bottom: 12px;
	}
}
