.kinds-of-business h3 {
  font-size: 24px;
  margin-top: 20px;
}
.kinds-of-business a {
  text-decoration: none;
}
.kinds-of-business span {
  color: #aaa;
  font-size: 20px;
}
.sub-title {
  font-size: 24px;
}
.list-icons {
  margin-left: -15px;
  margin-right: -15px;
}
.list-icons:after {
  display: table;
  clear: both;
  content: "";
}
.list-icons li {
  text-align: center;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.list-icons li img {
  height: 120px;
  margin-bottom: 15px;
}
.list-icons h4 {
  font-size: 24px;
  font-family: "proxima_novalight";
}
.w-order {
  float: left;
  padding-right: 20px;
  width: 80px;
}
.w-order-content {
  float: left;
  width: 475px;
}
.w-order-content p,
.w-order-content ul li {
  font-size: 18px;
}
.span-number {
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #fff;
  background: #48b5e4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  line-height: 64px;
  text-align: center;
  font-family: 'proxima_novaextrabold';
  vertical-align: middle;
}
.span-text {
  vertical-align: middle;
  font-family: 'proxima_novasemibold';
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.row-flex {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.industry-flex {
  flex: 1;
  -webkit-flex: 1;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w-img-flex {
  padding: 50px;
}
.w-lines {
  position: relative;
  height: 155px;
}
.w-lines > div {
  border: 1px solid #ccc;
  position: absolute;
}
.line-1 {
  width: 1px;
  left: 285px;
}
.line-2 {
  height: 1px;
  left: 285px;
  top: 75px;
}
.line-3 {
  width: 1px;
  top: 75px;
  right: 285px;
  position: absolute;
}
.line-3 span {
  content: "";
  bottom: -5px;
  left: -5px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
  line-height: 0px;
  _border-color: #ccc #000 #000 #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  opacity: 0;
  -webkit-opacity: 0;
}
.lines-type-2 .line-1 {
  width: 1px;
  right: 285px;
  left: auto;
}
.lines-type-2 .line-2 {
  height: 1px;
  right: 285px;
  left: auto;
  top: 75px;
}
.lines-type-2 .line-3 {
  width: 1px;
  left: 285px;
  right: auto;
}
.platform {
  border-top: 1px solid #e1e1e1;
}
.platform p {
  font-size: 20px;
  color: #27326f;
  margin-bottom: 30px;
}
.platform a {
  font-family: proxima_novasemibold;
}
.platform .row-thumbnail-integrations {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .w-order-content {
    width: 375px;
  }
  .line-1 {
    left: 185px;
  }
  .line-2 {
    left: 185px;
  }
  .line-3 {
    right: 185px;
  }
  .lines-type-2 .line-1 {
    right: 185px;
  }
  .lines-type-2 .line-2 {
    right: 185px;
  }
  .lines-type-2 .line-3 {
    left: 185px;
  }
  .platform .row-thumbnail-integrations {
    margin-top: 0;
  }
  .platform .platform-detail {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .w-order {
    padding-right: 0;
  }
  .list-icons {
    text-align: center;
  }
  .list-icons li {
    width: 33.33%;
    display: inline-block;
    float: none;
  }
  .w-lines {
    display: none;
  }
  .w-order-content {
    width: 260px;
  }
  .w-img-flex {
    padding: 20px;
  }
  .row-flex {
    margin-bottom: 30px;
  }
  .w-plan-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .list-icons li {
    width: 50%;
  }
  .row-flex {
    display: block;
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 15px;
  }
  .industry-flex {
    width: 100%;
  }
  .w-order {
    float: none;
    width: 100%;
    text-align: center;
  }
  .w-order-content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .kinds-of-business > div {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .list-icons li {
    width: 50%;
  }
  .list-icons h4 {
    font-size: 14px;
  }
}
