/* Browser Privacy Table Margin adjustment */
.section-browser-privacy table {
	margin-block: 5.47rem;
}

@media only screen and (max-width: 1068px) {
	.section-browser-privacy table {
		margin-block: 2.4rem 2.75rem;
	}
}

@media only screen and (max-width: 734px) {
	.section-browser-privacy table {
		margin-block: 1rem;
	}
}

.section-password .text-content {
	width: 851px;
}
@media only screen and (max-width: 1068px) {
	.section-password .text-content {
		width: 741px;
	}
}

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

.section-password .tile-modal .modal-content .modal-headline, .section-password .tile-modal .modal-content .modal-copy {
	max-width: 1250px;
}

/* Quick Note full-width tile styling */

.section-quick-note .tile-picture {
	width: 1278px;
	height: 554px;
}

@media only screen and (max-width: 1068px) {
	.section-quick-note .tile-picture {
		width: 964px;
		height: 466px;
	}
}

@media only screen and (max-width: 734px) {
	.section-quick-note .tile-picture {
		width: 365px;
		height: 346px;
	}
}

.section-quick-note .tile-picture-wrapper {
	max-width: 1278px;
}

@media only screen and (min-width: 1069px) {
	.section-quick-note .tile-picture-wrapper {
		margin-right: 54px;
	}
}
