@media only screen and (max-width: 342px) {
	.hero-heading-cta-container .button-custom {
		display: block;
		margin-top: 8px;
		width: max-content;
	}
}

@media only screen and (max-width: 405px) {
	.section-hero.appear .hero-headline-line-1 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.hero-heading-cta-container a.button:first-of-type {
		margin-bottom: 10px;
	}
}

.section-apple-one .one-icons-desktop {
	position: relative;
	left: 22px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1069px) {
	.hero-heading-cta-container a.button:first-of-type {
		left: 10px;
	}
}

@media only screen and (min-width: 1068px) {
	.hero-heading-cta-container a.buton:first-of-type {
		right: 4px;
	}
}

@media only screen and (min-width: 1069px) {
	.hero-heading-headline-bottom {
		margin-bottom: 0px;
		max-width: 610px;
	}
}

@media only screen and (min-width: 1069px) {
	.hero-heading-cta-container a.button:first-of-type, .hero-heading-cta-container button:first-of-type {
		margin-right: 0px;
	}
}
