/*Local fixes*/
@media only screen and (min-width: 1069px) {
	.grid-item-help .headline-content {
		padding-right: 30px;
	}
	.grid-item-help .typography-headline {
		font-size: 44px;
	}
	.grid-item-potential .typography-headline {
		font-size: 46px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 734px) {
	.grid-item-data .typography-headline {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 734px) {
	.grid-item-family-friendly .typography-headline {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 734px) {
	.grid-item-review .typography-headline {
		font-size: 38px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-help .typography-headline {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item-potential .typography-headline {
		font-size: 38px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-potential .typography-headline {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item-rejected-apps .typography-headline-elevated {
		font-size: 47px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-rejected-apps .typography-headline-elevated {
		font-size: 35px;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item-handpicked .typography-headline {
		font-size: 34px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-handpicked .typography-headline {
		font-size: 30px;
	}
}

.section-hero .hero .hero-headline {
	max-width: 930px;
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero .hero-headline {
		max-width: 520px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .hero .hero-headline {
		max-width: 430px;
	}
}

/* Ribbons */

.section-hero .ribbon {
	--ribbon-background-color: rgba(37, 37, 38, 0.8);
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
}

.ribbon .ribbon-content-wrapper {
	background-color: rgba(37, 37, 39, 0.8);
	color: white;
	padding-top: 0.9411764706em;
	padding-bottom: 0.9411764706em;
	text-align: center;
	font-size: 17px;
}
.ribbon .ribbon-content {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
.ribbon a {
	color: #2997ff;
}
