/* Local overrides */

/*shopping-icon*/
.section-security .section-shopping .text-content .shopping-icon {
	width: 78px;
	height: 78px;
}

@media only screen and (max-width: 1068px) {
	.section-security .section-shopping .text-content .shopping-icon {
		width: 226px;
		height: 78px;
	}
}

@media only screen and (max-width: 734px) {
	.section-security .section-shopping .text-content .shopping-icon {
		width: 179px;
		height: 62px;
	}
}

/*modals*/
@media only screen and (min-width: 321px) and (max-width: 360px) {
	.section-privacy
		.article-tiles-grid
		.grid-item-tracking-prevention
		.section-tracking-prevention {
		height: 690px;
	}
}

/* hero CTA */
@media only screen and (min-width: 1069px) {
	.section-hero .article-cta {
		max-width: 610px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-hero .article-cta {
		max-width: 520px;
	}
}

.section-privacy-report .tile-picture {
	top: 12px;
}
