.steps-ver1_wrapper {
  padding: 40px 0;
  background: #fff; }

.steps-ver1_wrapper.inverse {
  background: #212121;
  }

.steps-ver1_wrapper.inverse .steps-ver1_inner .title {
  color: #fff; }

.steps-ver1_wrapper.inverse .steps-ver1_inner .step:last-child .number {
  background: #ec4432;
  color: #fff;
  }

.steps-ver1_wrapper.inverse .steps-ver1_inner .step .number {
  color: #fff;
  background: #212121;
  border: 2px solid #ec4432;
  }

.steps-ver1_wrapper.inverse .steps-ver1_inner .step .desc {
  color: #fff; }

.steps-ver1_wrapper p {
  margin: 0;
  padding: 0; }

.steps-ver1_wrapper .steps-ver1_inner {
  padding: 0 15px;
  max-width: 1138px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .steps-ver1_wrapper .steps-ver1_inner {
    max-width: 940px; } }

@media screen and (max-width: 940px) {
  .steps-ver1_wrapper .steps-ver1_inner {
    padding: 0 30px; } }

@media screen and (max-width: 500px) {
  .steps-ver1_wrapper .steps-ver1_inner {
    padding: 0 20px; } }

@media screen and (max-width: 450px) {
  .steps-ver1_wrapper .steps-ver1_inner {
    padding: 0 10px; } }

.steps-ver1_wrapper .steps-ver1_inner .title {
  text-align: center;
  margin-bottom: 70px; }

@media screen and (max-width: 940px) {
  .steps-ver1_wrapper .steps-ver1_inner .title {
    font-size: 24px;
    margin-bottom: 40px; } }

@media screen and (max-width: 500px) {
  .steps-ver1_wrapper .steps-ver1_inner .title {
    font-size: 32px; } }

@media screen and (max-width: 450px) {
  .steps-ver1_wrapper .steps-ver1_inner .title {
    font-size: 24px; } }

.steps-ver1_wrapper .steps-ver1_inner .steps {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 500px) {
  .steps-ver1_wrapper .steps-ver1_inner .steps {
    display: block; } }

.steps-ver1_wrapper .steps-ver1_inner .step {
  font-size: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 60px; }

@media screen and (max-width: 1200px) {
  .steps-ver1_wrapper .steps-ver1_inner .step {
    padding-right: 10px; } }

@media screen and (max-width: 940px) {
  .steps-ver1_wrapper .steps-ver1_inner .step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    padding-bottom: 40px; } }

@media screen and (max-width: 680px) {
  .steps-ver1_wrapper .steps-ver1_inner .step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; } }

@media screen and (max-width: 500px) {
  .steps-ver1_wrapper .steps-ver1_inner .step {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-right: 0;
    padding-bottom: 30px; } }

@media screen and (max-width: 450px) {
  .steps-ver1_wrapper .steps-ver1_inner .step {
    padding-bottom: 20px; } }

.steps-ver1_wrapper .steps-ver1_inner .step:last-child .number {
  background: #ec4432;
  color: #fff; }

.steps-ver1_wrapper .steps-ver1_inner .step .number {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #fff;
  font-size: 34px;
  line-height: 56px;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #ec4432;
  box-sizing: border-box;
  margin-bottom: 20px; }

@media screen and (max-width: 500px) {
  .steps-ver1_wrapper .steps-ver1_inner .step .number {
    margin-bottom: 0; } }

@media screen and (max-width: 450px) {
  .steps-ver1_wrapper .steps-ver1_inner .step .number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px; } }

.steps-ver1_wrapper .steps-ver1_inner .step .desc {
  margin-bottom: 0; }

@media screen and (max-width: 500px) {
  .steps-ver1_wrapper .steps-ver1_inner .step .desc {
    padding-top: 10px;
    font-size: 24px;
    padding-left: 20px; } }

@media screen and (max-width: 450px) {
  .steps-ver1_wrapper .steps-ver1_inner .step .desc {
    font-size: 18px;
    padding-top: 8px;
    padding-left: 10px; } }
