.e-com-d {
  padding: 45px 10px 50px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #f7f8fa;
}
.e-com-d .container {
  position: relative;
}
.e-com-d .container > .c-title {
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.e-com-d .container > .c-sub-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #505050;
  max-width: 600px;
  margin: 0 auto;
}
.e-com-d .container > .c-title-a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #aaaaaa;
  margin-bottom: 10px;
}
.e-com-d .back-title {
  color: #7b5eea;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
  line-height: 23px;
}
.e-com-d .c-box {
  font-size: 0;
  margin-top: 60px;
}
.e-com-d .c-box .c-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 48px;
}
.e-com-d .c-box .c-item .c-img {
  width: 170px;
  height: 180px;
  margin: 0 auto 25px auto;
  -moz-background-size: 170px 180px;
       background-size: 170px 180px;
}
.e-com-d .c-box .c-item .c-img.img-a {
  background-image: url(../../../img/process-icon-1.png);
}
.e-com-d .c-box .c-item .c-img.img-b {
  background-image: url(../../../img/process-icon-2.png);
}
.e-com-d .c-box .c-item .c-img.img-c {
  background-image: url(../../../img/process-icon-3.png);
}
.e-com-d .c-box .c-item .c-img.img-d {
  background-image: url(../../../img/process-icon-4.png);
}
.e-com-d .c-box .c-item .c-title {
  text-align: center;
  font-size: 20px;
  color: #2a5074;
}
.e-com-d .c-icon {
  position: relative;
}
.e-com-d .c-icon:before {
  position: absolute;
  content: url(../../../img/arrow.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  margin-top: -15px;
}
