@media only screen and (min-width: 1069px) {
	.grid-item-help .headline-content {
		padding-right: 30px;
	}
}

/* Refund Tile */
@media only screen and (min-width: 1069px) {
	.grid-item-refund .typography-headline {
		font-size: 44px;
	}
}

@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-refund .typography-headline {
		font-size: 36px;
	}
}

@media only screen and (max-width: 735px) {
	.grid-item-refund .typography-headline {
		font-size: 31px;
	}
}

@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-refund .picture-container picture img {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 1069px) {
	.grid-item-refund .picture-container picture img {
		margin-top: 20px;
	}
}

/* Number Reviews Tile */
@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-number-reviews .typography-headline {
		font-size: 38px;
	}
}

/* Paragraphs */
@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-family-friendly .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-safety .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 1069px) {
	.grid-item-subscriptions .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 735px) {
	.grid-item-handpicked .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 735px) {
	.grid-item-handpicked .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}

/* Security for every app*/
@media only screen and (max-width: 1068px) {
	.section-privacy.section-tiles-grid
		section.grid-item.full.grid-item-review
		div.flex-content.align-items-center.align-items-start-small.flex-column-small
		div.headline-content
		h3 {
		min-width: 300px;
	}
}
