.service-support-lists ul {
  margin: -10px 0 40px;
}

.service-support-lists ul li {
  position: relative;
  padding: 10px  0 10px .5rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaefef;
}

.service-support-lists ul li::before {
  position: absolute;
  top: 15px;
  left: .3rem;
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(90deg);
  background: url(/lib/images/icon_right.svg) no-repeat center ;
}


/* faqs page */
.faqs-container .content {
  padding-bottom: 70px;
  justify-content: space-between;
}

.faqs-lists {
  /* max-width: 1000px;  
  width: 100%; */
  flex: 1;
  margin-right: .5rem;
}

.faqs-lists ul li {
  margin-bottom: 40px;
  border-bottom: 1px solid #eaefef;
}

.faqs-lists li h3 {
  font-size: .24rem;
  font-family: 'Inter-Medium';
  line-height: 1.3;
  margin-bottom: 25px;
  display: flex;
  cursor: pointer;
}


.faqs-lists li h3 span {
  margin-right: 10px;
  color: #133e77;
  display: block;
  flex-shrink: 0;
}

.faqs-lists li .answer {
  max-width: 9.65rem;
  padding-left: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #666;
}


@media (max-width: 1023px) {
  .faqs-lists li .answer {
    max-width: 100%;
  }

  .faqs-lists li h3 {
    font-size: 0.3rem;
  }
}