.email-link {
  color: var(--color-raspberry);
  text-decoration: underline;
}

h1 {
	text-align: center;
}

form {
	margin-bottom: 32px;
}

.navlinks {
	form {
		margin-bottom: 0;
	}
}

.tooltips {
	background-color: rgba(254, 35, 74, 0.2);
	border-radius: 16px;
	padding: 0 12px;
	display: flex;
	gap: 16px;
	align-items: center;
	margin: 0 auto 32px;
}

.tooltips__icon {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
}

.tooltips__text {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

@media screen and (min-width: 720px) {
	.tooltips {
		margin-bottom: 40px;
	}
}



