.step-vs-fig {
	margin-bottom: 50px;
}

.step-vscopy-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.step-content-headline-title {
	max-width: 405px;
	margin: 0 auto 50px;
}

.step-content-subTitle-wrapper {
	margin-bottom: 100px;
}

.step-content-subTitle-image {
	max-width: 380px;
	margin: 30px auto 0;
}

.step-content-items {
	margin-bottom: 100px;
}

.step-content-item {
	min-height: 230px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.step-content-item:nth-of-type(n+3) {
	margin-top: 50px;
}

.step-content-item .block-revealer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.step-content-item-wrap {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 30px;
	border: 1px solid #ccc;
	position: relative;
}

.step-content-item-copywrap {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
}

.step-content-item-title {
	margin-bottom: 20px;
}

.step-content-item-subcopy {
	display: block;
	margin-top: 20px;
}

.step-content-item-num {
	position: absolute;
	top: -15px;
}

.step-content-fig {
	max-width: 140px;
}

@media screen and (min-width: 576px)and (max-width: 767.98px) {

:root {
	--bs-conSize: 540px;
}

}

@media screen and (min-width: 768px)and (max-width: 991.98px) {

:root {
	--bs-conSize: 720px;
}

}

@media screen and (min-width: 992px)and (max-width: 1199.98px) {

:root {
	--bs-conSize: 960px;
}

}

@media screen and (min-width: 1200px)and (max-width: 1680px) {

:root {
	--bs-conSize: 1140px;
}

}

@media screen and (min-width: 1680px) {

:root {
	--bs-conSize: 1340px;
}

}

@media screen and (max-width: 767.98px) {

.step-vs-fig {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.step-content-headline-title {
	max-width: 245px;
	margin: 0 auto 30px;
}

.step-content-subTitle-wrapper {
	margin-bottom: 50px;
}

.step-content-subTitle-image {
	max-width: 285px;
	margin: 20px auto 0;
}

.step-content-items {
	margin-bottom: 50px;
}

.step-content-item {
	min-height: 300px;
}

.step-content-item:nth-of-type(n+2) {
	margin-top: 50px;
}

.step-content-item-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.step-content-item-copywrap {
	padding-top: 0px;
	padding-bottom: 30px;
	margin-left: 0px;
}

.step-content-item-title {
	margin-bottom: 10px;
}

.step-content-item-subcopy {
	display: block;
	margin-top: 10px;
}

.step-content-item-num {
	position: absolute;
	top: -15px;
}

.step-content-fig {
	margin: 0 auto;
	padding-top: 30px;
}

}

@media screen and (max-width: 575.99px) {

:root {
	--bs-conSize: 100%;
}

}

