.ec-supporters-main-title {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #333;
}

.ec-supporters-title {
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	text-align: center;
}

.ec-supporters-table-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

.ec-supporters-table {
	width: 50%;
	border-collapse: collapse;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.ec-supporters-table {
		width: 100%;
	}
}

.ec-supporters-table th,
.ec-supporters-table td {
	padding: 10px;
	border: 1px solid #ddd;
}
.ec-supporters-table th {
	background-color: #f9f9f9;
}