@charset "utf-8";

.step{
	background-color: #F0EDDC;
	padding: 1em 0.5em;
	text-align: center;
	background-position: right 0;
	background-repeat: no-repeat;
}
.step h3{
	margin: 1em 0;
	line-height: 1.6em;
	text-align: center;
}
@media(max-width: 767.98px){
.step h3{
	font-size: 1.2rem;
}
}
@media(max-width: 575.98px){
.step h3{
	font-size: 1.1rem;
}
}
@media (max-width: 479.98px){
.step h3{
	font-size: 1rem;
}
}