.investors.corporate-governance .banner {
	background-image: url("../../img/investors/banner-corporate-governance.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.investors.corporate-governance .content .content-body {
	display: flex;
	width: 100%;
}

.investors.corporate-governance .content .content-body .board-members {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 33px;
	width: 100%;
}

.investors.corporate-governance .content .content-body .board-committees {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 30px;
	width: 100%;
}

.investors.corporate-governance
	.content
	.content-body
	.board-committees
	.table-section {
	margin-top: 23px;
	width: 100%;
}

.investors.corporate-governance
	.content
	.content-body
	.board-committees
	.table-section {
	--table-col-role-width: 367px;
}

.investors.corporate-governance
	.content
	.content-body
	.minority-shareholders-protection {
	display: flex;
	gap: 45px;
	justify-content: space-between;
	margin-top: 32px;
}

.investors.corporate-governance
	.content
	.content-body
	.minority-shareholders-protection
	.with-bullet-points {
	display: grid;
	grid-template-columns: 8px 1fr;
	gap: 10px;
	max-width: 500px;
	width: 100%;
}

.investors.corporate-governance .content .content-body .link-box-grid {
	margin-top: 28px;
}

.investors.corporate-governance
	.content
	.content-body
	.link-box-grid.with-out-margin {
	margin-top: 0;
}

@media (max-width: 768px) {
	.investors.corporate-governance
		.content
		.content-body
		.board-members
		.table-section {
		--table-col-role-width: 303px;
		min-width: 606px;
	}

	.investors.corporate-governance
		.content
		.content-body
		.board-committees
		.table-section {
		--table-col-role-width: 250px;
		min-width: 900px;
	}

	.investors.corporate-governance
		.content
		.content-body
		.minority-shareholders-protection {
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}
}
