/* Local fixes for Hero section */
.page-how-to-buy .section-hero .typography-intro {
	margin-bottom: 50px;
}

@media only screen and (min-width: 1069px) {
	.page-how-to-buy .section-hero .section-content {
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-hero .typography-intro {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 735px) {
	.page-how-to-buy .section-hero .typography-intro {
		margin-bottom: 0px;
	}
}

.page-how-to-buy .section-support .section-content {
	padding-bottom: 100px;
}

@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-support .section-content {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 735px) {
	.page-how-to-buy .section-support .section-content {
		padding-bottom: 97px;
		padding-top: 0;
	}
}
