a.btn.btntertiary {
	height: 60px;
	border-radius: 80px;
	background-color: #1c3258;
	border: 1.4px solid #1c3258;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	padding: 0 80px;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
}

a.btn.btntertiary:hover,
a.btn.btntertiary:focus-visible {
	background-color: #fff;
	border: 1.4px solid #1c3258;
	color: #1c3258;
}

@media only screen and (max-width: 991px) {
	a.btn.btntertiary {
		height: 40px;
		font-size: 16px;
		padding: 0 30px;
	}
}
