:root {
	--site-color-01: #c13584;
	--site-color-01-hover: #9e2f6e;
}


main h3 {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	font-family: Roboto;
	font-weight: 600;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-family: Roboto;
}

main a {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-family: Roboto;
	cursor: pointer;
}



