@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 .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;
	}
}

@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-support .image-support {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 735px) {
	.page-how-to-buy .section-support .image-support {
		margin-top: 56px;
	}
}

@media only screen and (max-width: 735px) {
	.page-how-to-buy .nextrouter-sentence {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 1068px) {
	.page-how-to-buy .section-lowercosts .section-content {
		padding-bottom: 35px;
	}
}
