/*Local overrides*/

/* SECTION PASSWORD MONITORING */

.section-password .tile-featured-content {
	justify-content: center;
}

.section-password .text-content {
	width: 850px;
}
@media only screen and (max-width: 1068px) {
	.section-password .text-content {
		width: 620px;
	}
}
@media only screen and (max-width: 734px) {
	.section-password .text-content {
		width: 280px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-password canvas,
	.section-password #magnifying-glasses {
		left: 200px;
	}
}
@media only screen and (max-width: 734px) {
	.section-password canvas,
	.section-password #magnifying-glasses {
		left: 0px;
	}
}

/* MODAL - SECTION PASSWORD MONITORING */
#content-toggle-password .tile-item-copy {
	justify-content: center;
}

/* Prevencion de rastreo Tile */
@media only screen and (max-width: 734px) {
	.section-tracking-prevention .tile-featured-content {
		padding: 190px var(--tile-padding);
	}
}

.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;
	}
}
