.donation-banner {
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 2%;
    height: 350px;
	width: 100%;
	position: relative;
	bottom: 0px;
	display: flex;
}

.donate {
    width: 50%;
    height: 100%;
    /* float: left; */
}

.donate-wrapper {
	width: 100%;
	height: 100%;
	margin: 1%;
}

.donation-banner img {
	margin: 2%;
	margin-left: 1%;
	height: 300px;
	width: 420px;
}


.donate-submition form {
	height: 60px;
}
.donate-submition input[type=image] {
	margin-left: 25%;
}
.donate-text {
	padding-top: 5%;
}
.donate-text h2{
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	color: #EF6E5B;
	font-size: 44px;
}
.donate i {
	margin: 2%;
	margin-left: 20%;
	margin-top: 10%
}

.donate-text p {
	font-size: 16px;
	/*font-family: 'Comfortaa', cursive;*/
	font-weight: 100;
}

@media only screen and (max-width: 991px){
	.donate {
		height: auto;
		float: left;
	}
	.donate-text h2{
		font-size: 42px;
	}
	.donate-text p{
		margin: 0 9% 2% 9%;
	}
}

@media only screen and (max-width: 414px){
	.donate { 
		width: 100%;
	}
	.donate img {
		display: none;
	}
}