/* .btn-primary{
	border-radius: 4px;
	padding: 8px 15px;
	font-size: 16px;
	border: 0;
	background: #f1fafc;
	text-decoration: none;
	color: #0e133a;
	font-weight: 400;
}

.btn-primary:hover{
	border-radius: 4px;
	padding: 8px 15px;
	font-size: 16px;
	border: 0;
	background: #f1fafc;
	text-decoration: none;
	color: #0e133a;
	font-weight: 400;
}

.btn-big{
	font-size: 16px;
} */