.how-it-works-main .heading {
  margin-top: 30px;
}
.how-it-works-main .breadcrumb {
  margin: 0px;
}
.how-it-works-main .how-work-inner {
  padding: 0;
}
.how-it-works-main .how-it-steps {
  margin: 30px 0 10px;
}
.how-it-works-main .how-it-steps li {
  text-align: center;
  margin-bottom: 30px;
}
.how-it-works-main .how-it-steps li figure img {
  width: 150px;
}
.how-it-works-main .how-it-steps li span {
  font-size: 1rem;
  margin: 15px 0px 8px;
  display: block;
  font-family: "robotomedium";
}
.how-it-works-main .how-it-steps li p {
  font-size: 14px;
  font-family: "robotolight";
  line-height: 22px;
}
.how-it-works-main .how-it-steps li small {
  display: none;
}
.how-it-works-main .how-it-steps li:last-child {
  margin-bottom: 0px;
}
.how-it-works-main .viright {
  text-align: center;
}
.how-it-works-main .bottom-features {
  margin-top: 30px;
}
.how-it-works-main .bottom-features span {
  font-size: 1.125rem;
  font-family: "robotomedium";
  color: #56677c;
}
.how-it-works-main .bottom-features ul li {
  font-size: 0.8125rem;
  font-family: "robotolight";
  line-height: 22px;
  margin-top: 4px;
}
.how-it-works-main .bottom-features ul li:before {
  width: 15px;
  height: 10px;
  content: "";
  display: inline-block;
  background: url(../images/sprite.png) -490px 1px no-repeat;
  margin-right: 2px;
}
.how-it-works-main .bottom-features article {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .how-it-works-main .heading {
    margin-top: 50px;
  }
  .how-it-works-main .how-it-steps {
    margin: 40px 0;
    position: relative;
  }
  .how-it-works-main .how-it-steps li {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .how-it-works-main .how-it-steps li figure {
    width: 48%;
    float: left;
  }
  .how-it-works-main .how-it-steps li figure img {
    width: 180px;
  }
  .how-it-works-main .how-it-steps li p {
    font-size: 0.9375rem;
    line-height: 24px;
  }
  .how-it-works-main .how-it-steps li article {
    width: 45%;
    float: right;
    text-align: left;
  }
  .how-it-works-main .how-it-steps li span {
    position: relative;
    padding-bottom: 20px;
  }
  .how-it-works-main .how-it-steps li span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 2px;
    background: #ef6a31;
    display: block;
    margin: 10px 0px 15px;
  }
  .how-it-works-main .how-it-steps li:nth-of-type(2n) figure {
    float: right;
  }
  .how-it-works-main .how-it-steps li:nth-of-type(2n) article {
    float: left;
    text-align: right;
  }
  .how-it-works-main .how-it-steps li:nth-of-type(2n) span:after {
    left: inherit;
    right: 0;
  }
  .how-it-works-main .how-it-steps li small {
    width: 30px;
    height: 30px;
    font-size: 0.9375rem;
    line-height: 28px;
    z-index: 1;
    display: block;
    top: 0;
    bottom: 0;
    background: #d7e5f0;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .how-it-works-main .how-it-steps:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #d7e5f0;
    margin: auto;
  }
  .how-it-works-main .bottom-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .how-it-works-main .bottom-features article {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .how-it-works-main .heading {
    margin-top: 70px;
  }
  .how-it-works-main .how-it-steps {
    margin: 60px 0px;
  }
  .how-it-works-main .how-it-steps li {
    margin-bottom: 70px;
  }
  .how-it-works-main .how-it-steps li span {
    font-size: 1.25rem;
  }
  .how-it-works-main .how-it-steps li p {
    font-size: 1rem;
    line-height: 28px;
  }
  .how-it-works-main .how-it-steps li figure img {
    width: 250px;
  }
  .how-it-works-main .how-it-steps li article {
    margin-top: 30px;
  }
  .how-it-works-main .how-it-steps li:nth-of-type(4) figure img {
    width: 350px;
  }
  .how-it-works-main .bottom-features {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .how-it-works-main .bottom-features article {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .how-it-works-main .heading {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .how-it-works-main .how-it-steps {
    padding: 0 20px;
  }
  .how-it-works-main .bottom-features {
    padding: 0 20px 60px;
  }
}
@media (max-width: 767px) {
  .how-it-works-main .center-banner .banner-heading {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .how-it-works-main .center-banner p {
    font-size: 14px;
    line-height: 18px;
  }
  .how-it-works-main .heading {
    margin-top: 20px;
    font-size: 20px;
    line-height: 22px;
    padding: 0 20px;
  }
  .how-it-works-main .heading:after {
    display: none;
  }
  .how-it-works-main .how-it-steps li {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
  }
  .how-it-works-main .how-it-steps li span {
    color: #1d1d1d;
    font-size: 16px;
    margin: 5px 0px 15px;
    line-height: 18px;
  }
  .how-it-works-main .how-it-steps li p {
    font-family: "robotoregular";
    line-height: 18px;
    color: #2a2a2a;
  }
  .how-it-works-main .bottom-features {
    padding: 0 20px 0px;
  }
  .how-it-works-main .bottom-features span {
    font-size: 16px;
    line-height: 18px;
  }
}