/*Donate*/

.donate {
	position: relative;
	padding: 80px 0;
	margin: 120px 0;
}

.container.donate-image {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}

.container.donate-image .col-md-10.offset-md-2 {
	text-align: right;
}

.container.donate-image * {
	height: 100%;
}

.container.donate-image .col-md-10.offset-md-2 img {
	height: 100%;
	object-fit: cover;
	width: 1059px;
	object-position: center;
	border-radius: 12px;
}

.donate-container {
	background: #F6F6F9;
	z-index: 1;
	position: relative;
	padding: 26px;
	border-radius: 12px;
}

@media (max-width: 480px){
	.donate {
		padding: 20px 0;
		margin: 60px 0;
	}

	.container.donate-image {
		position: relative;
		margin-top: 30px;
	}

	.container.donate-image .col-md-10.offset-md-2 img {
		max-height: 50vh;
		width: 100%;
	}
}