#fundraising {
	margin: 80px 0;
	max-width: 100%;
	overflow: hidden;
}

#fundraising .image-side {
	padding: 0;
	position: relative;
}

#fundraising .image-side img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#fundraising .content-side {
	background: var(--uulblue);
	padding: 48px;
	padding-left: 96px;
	padding-right: 16px;
}

#fundraising .content-side .content-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 400px;
}

#fundraising .content-side h2 {
	font-size: 60px;
	font-family: "Cachet Book", sans-serif;
	margin-top: 0;
	margin-bottom: 48px;
	line-height: 1;
}

#fundraising .content-side p {
	margin-top: 0;
	margin-bottom: 48px;
}

#fundraising .image-side {
	padding: 0;
}

@media (max-width: 1200px) {
	#fundraising .content-side {
		padding: 32px 48px;
	}
	#fundraising .content-side h2 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	#fundraising {
		background: var(--uulblue);
		margin-bottom: 0;
	}
	#fundraising .content-side h2 {
		font-size: 30px;
		margin-bottom: 32px;
	}
	#fundraising .content-side p {
		font-size: 15px;
		margin-bottom: 32px;
	}
	#fundraising .image-side {
		padding: 32px;
		padding-bottom: 0;
	}
	#fundraising .image-side img {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	#fundraising .content-side {
		justify-content: center;
	}
	#fundraising .content-side .content-inner {
		margin: 0 auto;
	}
}
