.audit-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.audit-service__container > * {
  width: 50%;
}
.audit-service__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  color: var(--white-07);
}
.audit-service__list > li > span {
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}
.audit-service__list > li > span::after {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url('data:image/svg+xml,%3Csvg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M30 10.5L15 25.5L7.5 18" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M30 10.5L15 25.5L7.5 18" stroke="url(%23paint0_linear_3821_7269)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3821_7269" x1="7.5" y1="10.5" x2="30.58" y2="11.796" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.audit-service__list > li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .audit-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 120px;
  }
  .audit-service__container > * {
    width: 100%;
  }
  .audit-service__title {
    margin-bottom: 40px;
  }
  .audit-service__list > li {
    font-size: 18px;
    line-height: 130%;
  }
  .audit-service__list > li > span {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .audit-service__list > li > span::after {
    width: 24px;
    height: 24px;
  }
  .audit-service__list > li:not(:last-child) {
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=audit-service.css.map */
/*# sourceMappingURL=audit-service.css.map */