@media only screen and (max-width: 734px) {
	.typography-headline-hero {
		font-size: 36px;
	}
}

@media only screen and (max-width: 360px) {
	.typography-headline-hero {
		font-size: 33px;
	}
}

@media only screen and (max-width: 400px) {
	.typography-grid-headline-medium-1 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 800px) {
	.typography-grid-headline-medium-1 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 374px) {
	.grid-item-cellular-data .grid-item-header {
		margin-left: 17px;
		margin-right: 17px;
	}
}

.typography-grid-headline-medium-2 {
	font-size: 42px;
}

@media only screen and (max-width: 1068px) {
	.typography-grid-headline-medium-2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-grid-headline-medium-2 {
		font-size: 32px;
	}
}
