.Collaboration h2 {
	margin-top: 30px;
	margin-bottom: 0;
}

.tableCollaboration {
	margin-top: 20px;
	width: 100%;
}

.tableCollaboration table {
	width: 100%;
	border-top: none;
	margin: 20px 0;
}
.tableCollaboration table tr th,
.tableCollaboration table tr td {
	width: calc(100% / 3);
	vertical-align: middle;
}

.tableCollaboration table tr .row_center {
	text-align: right;
}

.tableCollaboration table tr .row_bg_grey {
	padding: 26px 24px;
	background-color: #f2f2f1;
	font-weight: bold;
}
@media (max-width:768px) {
	.tableCollaboration table tr {
		display: block;
	}
	.tableCollaboration table tr th,
	.tableCollaboration table tr td {
		width: 100%;
		display: flex;
		align-items: center;
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
	.tableCollaboration table tr .row_center {
		justify-content: flex-end;
	}
	table tr .row_bg_grey br{
		display: none;
	}
}