
a{transition: all 0.6s;
}
.btn {
	display: inline-block;
	border: none;
	text-decoration: none;
	appearance: none;
	color: white;
	 background-color: #FFD800;
	text-align: center;
	min-width: 200px;
	border-radius: 10px;
	padding: 1.05em 1em;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
		transition: all 0.6s;
	max-width:100%;

  color: #023675;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
width:100%;
}

.btn:hover {
	background: #F39200;

}

@media screen and (min-width: 768px) {
	.btn {
		font-size: 22px;
		min-width: 310px;
	}
}

.btn--green {
	background: #00a19a;
}

.btn--green:hover {
	background: #0dc4bc;
}

.btn--green{color:white !important;}

@media screen and (max-width: 768px) {
.Wizard p{line-height:28px !important}
}