/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2025 | 12:33:10 */
/*FUNDING*/
.funding-row{
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.funding-title{
	width:200px;
}
.funding-title-start{
	border-radius: 20px 0 0 0;
}
.funding-title-end{
	border-radius: 0 0 0 20px;
}
.funding-popis{
	width:1200px;
	padding-left: 30px;
}
.funding-partner-logo-l{
	display:flex;
	justify-content:start;
}
.funding-partner-logo-r{
	display:flex;
	justify-content:end;
}

/*------------------------------*/
/*PROJECT OBJECTIVES*/
.objective-number{
	width:200px;
	border-radius: 20px 0 0 20px;
}
.objective-title{
	width: 800px;
}

@media (max-width: 1024px){	
	/*PROJECT OBJECTIVES*/
	.objective-number{
		width: 100%;
		border-radius: 20px 20px 0 0;
	}
	.objective-title{
		padding: 20px;
	}

	/*FUNDING*/
	.funding-row{
		flex-wrap:wrap;
	}
	.funding-title{
		width:100%;
	}
	.funding-title-start{
		border-radius: 20px 20px 0 0;
	}
	.funding-title-end{
		border-radius: 0;
		background-color: var(--primary);
	}
	.funding-popis{
		width: 500px;
		padding: 5px 20px 10px 20px;
	}
	
	.funding-partners .funding-partner-logo{
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 600px) {
	/*FUNDING*/
	.funding-partner-logo-l, .funding-partner-logo-r{
		display:flex;
		justify-content:center;
	}
}
