.hero .title {
	font-weight: 400;
}
.hero .title b {
	font-weight: 700;
}
.hero .description a {
	color: var(--brand-ochrid);
}
.hero .description a:hover {
	text-decoration: underline;
}
