.max-w-donate-banner {
	max-width: 1268px;
	margin: auto;
	font-size: Helvetica;
}

.heading-cont {
	max-width: 310px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.heading-cont h1 {
	font-size: 36px;
	line-height: 42px;
}

.banner-copy-main {
	max-width: 740px;
	padding: 35px 14px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.banner-copy-main p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	letter-spacing: -1px;
}

.banner-btn-cont {
	max-width: 225px;
	padding-right: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.btn-cont {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	max-width: 206px;
	padding: 15px 5px 13px 5px;
	line-height: 1 !important;
	width: 100%;
}

.btn-cont > span {
	line-height: 1;
}

@media screen and (max-width: 1025px) {
	.heading-cont h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.banner-copy-main p {
		font-size: 22px;
		line-height: 30px;
	}

	.banner-btn-cont {
		max-width: 190px;
	}

	.btn-cont {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.heading-cont {
		width: 100%;
		max-width: 100%;
	}

	.banner-copy-main {
		width: 100%;
		max-width: 100%;
	}

	.banner-btn-cont {
		width: 100%;
		max-width: 100%;
		flex-direction: row;
		padding: 0px 20px 40px;
	}
}
