.start-head {
  background-position: center;
  background-repeat: no-repeat;
}

.standards .a-border {
  border-top: 1px solid var(--White, #fff);
  border-left: 1px solid var(--White, #fff);
  border-bottom: 1px solid var(--White, #fff);
}
.standards .a-border:last-child {
  border-right: 1px solid var(--White, #fff);
}
@media (max-width: 991.98px) {
  .standards .a-border.col-lg-4 {
    border-top: 1px solid var(--White, #fff);
    border-left: 1px solid var(--White, #fff);
    border-right: 1px solid var(--White, #fff);
    border-bottom: 0px;
  }
  .standards .a-border.col-lg-4:last-child {
    border-bottom: 1px solid var(--White, #fff);
  }
}
@media (max-width: 767.98px) {
  .standards .a-border.col-md-6 {
    border-top: 1px solid var(--White, #fff);
    border-left: 1px solid var(--White, #fff);
    border-right: 1px solid var(--White, #fff);
    border-bottom: 0px;
  }
  .standards .a-border.col-md-6:last-child {
    border-bottom: 1px solid var(--White, #fff);
  }
}

.standards .info-tags {
  gap: var(--gap-08);
  margin-top: var(--spacing-12);
  display: flex;
  flex-wrap: wrap;
}
.standards .info-tags div {
  border-radius: 100px;
  padding: 8px 16px;
}

.divider {
  align-self: stretch;
  height: 2px;
  background: var(--Gray-fons-300, #CBD5E1);
  transform: scaleY(0.5);
  transform-origin: 50% 50%;
}

.b-points div {
  width: 100%;
  margin-bottom: var(--spacing-12);
}
.b-points p {
  margin-top: var(--spacing-12);
  margin-bottom: var(--spacing-24);
  font-size: var(--text-lg-fs);
  line-height: var(--text-lg-lh);
}
.b-points ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.b-points ul li {
  position: relative;
  padding-left: 1.75em;
  padding-bottom: 0.75em;
}
.b-points ul li::before {
  position: absolute;
  left: 0;
  content: '\F05E1';
  font: normal normal normal 24px / 1 "Material Design Icons";
  font-size: 24px;
  text-rendering: auto;
  line-height: inherit;
  margin-right: var(--spacing-08);
}