/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

h3.question_step {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	padding-top: 25%;
}
@media (max-width: 640px) {
	h3.question_step {
		width: 100%;
		height: auto;
		margin-top: 0%;
	}
}

.submit {
	padding-top: 15%;
}
