.stepnum {
	border-radius: 0 0 90px 90px;
	-moz-border-radius: 0 0 90px 90px;
	-webkit-border-radius: 0 0 90px 90px;
	height: 50px;
	width: 100px;
	margin: -25px auto 0 auto;
	background: #fff;
}

.stepbox-container {
	background-image: url("img/shattered.png");
	background-repeat: repeat;
	height: auto;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.stepnum h3 {
	display: table;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	font-weight: 900;
	line-height: 0.7;
	color: #418450;
	font-size: 2.5rem;
}

.steptitle {
	min-height: 105px;
}

.steptitle h4 a {
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgb(52, 127, 172);
}

.stepshortdesc p {
	font-size: 1.3rem;
}

@media only screen and (max-width: 640px) {
	.stepbox-container {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 1050px) {
	.steptitle h4 a {
		font-size: 25px;
	}
	.steptitle h4 {
		line-height: 0.8;
	}
	.steptitle {
		min-height: 50px;
	}
	.stepshortdesc p {
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 1250px) {
	.stepbox-container {
		margin-bottom: 40px;
	}
	.steptitle h4 a {
		letter-spacing: 0px;
	}
}
