main {
	display: flex;
	padding: 1.5rem;
	flex-direction: column;
	align-items: center;
}

h1 {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-size: 2.3rem;
	font-family: "playfair display";
}

h1 img {
	width: 3.2rem;
}

#privacy {
	line-height: 1.6;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	min-width: 19rem;
	max-width: 45rem;
	padding: 0.79rem;
	gap: 2.5rem;
	margin: 0 0 2rem 0;
}

.privacy-card {
	display: flex;
	flex-direction: column;
	padding: 2rem;
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	background-color: var(--cards-light-gray);
	gap: 1rem;
	transition: border-color ease-in-out 0.3s;
	cursor: pointer;
}

.privacy-card:hover {
	border: 1px solid var(--accent-bright-teal);
	box-shadow: 0.08rem 0.02rem 0.9rem var(--accent-light-teal);
}

.privacy-subheading {
	font-size: 1.1rem;
	margin: 0 0 0 0.13rem;
	font-family: "lora";
	color: var(--tertiary-gray-text);
}

h3 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.7rem;
	font-family: "playfair display";
}

h3 img {
	width: 1.8rem;
}

.privacy-card li {
	font-family: "montserrat";
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1.05rem;
	color: var(--secondary-soft-gray-text);
	font-weight: 500;
}

#can {
	font-weight: 700;
	color: var(--accent-bright-teal);
}

#contact {
	font-style: italic;
	text-decoration: underline;
	color: var(--accent-bright-teal);
}
