.steps-container {
	width: 100%; margin-top: 30px; display: table; white-space: nowrap; table-layout: fixed;
}
.steps-container .title {
	margin-top: 10px;
}
.steps-container a img {
	background-color: rgb(255, 255, 255);
}
.steps-container a img:hover {
	opacity: 0.8;
}
.steps-container a img:focus {
	opacity: 0.8;
}
.steps-container a img:active {
	opacity: 0.9;
}
.steps-container img {
	margin: 0px auto;
}
.step {
	background: rgb(255, 255, 255); margin: auto auto 1em; padding: 1em 2em; border-radius: 15px;
	height: 561px;
	 border: 2px solid rgba(49, 49, 49, 0.2); border-image: none; height: inherit; white-space: normal; min-height: 100%; max-width: 330px;
}
@media screen and (min-width:768px)
{
.step {
	width: 31%; margin-right: 1%; margin-left: 1%; vertical-align: top; display: inline-block;height: 561px;

}
}
@media screen and (min-width:768px)
{
.text {
	padding-bottom: 30px;
}
}
.image {
	margin: auto auto 20px; max-width: 240px;
}
.image img {
	max-height: 160px;
}
