.hero-3 > .container > div > .row.align-items-center.justify-content-center.text-center > div > .buttons > .btn.px-5.btn-link {
	color: rgb(255, 255, 255);
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-style: ;
	text-decoration-line: underline;
	opacity: 1;
	background-color: rgba(187, 42, 42, 0);
	border-style: ;
	border-color: rgba(0, 0, 238, 0);
}

.hero-3 > .container > div > .row.align-items-center.justify-content-center.text-center > div > .buttons > .px-5.btn-link {
	padding-top: .8em;
	padding-bottom: .8em;
	color: rgb(255, 255, 255);
}

.hero-3 > .container > div > .row.align-items-center.justify-content-center.text-center > div > .buttons > .px-5.btn-link:hover {
	color: rgb(230, 230, 230);
}

