.index-section-8 {
  overflow-x: hidden;
  width: 100%;
  color: #4D5151 ;
}
.inner1 {
  padding: 5px 30%;
  margin:0 auto;
  line-height: 50px;
  margin-bottom:-35px; 
}
.inner2 {
  padding: 0px 30%;
  margin:0 auto;
  line-height: 50px;
}
.title1{
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  padding: 52px 0 20px;
  margin-left: 5px;
  border-bottom: 1px solid #dee0e3;
}
.title2{
  font-size: 30px;
  line-height: 8px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 20px;
  margin-left: 5px;
}
.listItem{
  font-size: 17px;
}
.listItemIcon{
    float: right;
    display: inline-block;
    font-weight: 100;
    margin: 15px 10px;
    width: 8px;
    height: 13px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: #3370ff;
    border-width:   0 3px 3px 0 ;
}
@media (max-width: 768px) {
  .index-section-8 {
    width: 100%;
    color: #4D5151 ;
  }
  .inner1 {
    padding: 0 10%;
    margin:0 auto;
    font-size: 20px;
    line-height: 50px;
  }
  .title1{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding: 52px 0 20px;
    margin-left: 5px;
    border-bottom: 1px solid #dee0e3;
  }
  .listItem{
    font-size: 17px;
  }
  .listItemIcon{
      float: right;
      display: inline-block;
      font-weight: 100;
      margin: 15px 10px;
      width: 8px;
      height: 13px;
      transform: rotate(45deg);
      border-style: solid;
      border-color: #3370ff;
      border-width:   0 3px 3px 0 ;
  }
}