/*Local fixes*/
.page-how-to-buy .section-hero .section-content {
	padding-bottom: 408px;
}

@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-hero .section-content {
		padding-bottom: 430px;
	}
}
@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-hero .section-content .typography-intro {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-hero .section-content .typography-headline {
		font-size: 38px;
	}
}

@media only screen and (max-width: 735px) {
	.page-how-to-buy .section-hero .section-content {
		padding-bottom: 522px;
	}
}
@media only screen and (max-width: 735px) {
	.page-how-to-buy .section-hero .section-content .typography-intro {
		font-size: 19px;
	}
}
@media only screen and (max-width: 735px) {
	.page-how-to-buy .section-hero .section-content .typography-headline {
		font-size: 32px;
	}
}

.page-how-to-buy .nextrouter .block .nextrouter-content {
	max-width: unset;
}

@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-lowercosts .column-copy .section-block {
		padding: 47px 0 0 0;
	}
}

/* section-support */
.page-how-to-buy .section-support .support-content {
	padding-top: 140px;
}
@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-support .support-content {
		padding-top: 0;
	}
}
