h2 {
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: center;
	font-family: 'kreon', Georgia, "Times New Roman", serif;
	font-size: 48px;
	font-weight: bold;
	color: var(--txt);
}

h3 {
	margin: 40px 0 10px;
	padding-left: 15px;
	border-left: 5px solid var(--second);
}

p {
	font-size: 20px;
	margin-bottom: 1em;
}