/*=====================================================
  codeCheck
=====================================================*/
.codeCheck {
  width: 100%;
  margin: 0 0 48px 0;
  padding: 0;
}
.codeCheck .codeCheck__title {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 0 34px;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--brandPrimary);
  line-height: 1.7;
  font-weight: var(--fontWeightBold);
  background-image: url(/library/td2026/images/supply/accident-prevention/code/ico_check.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 0 4px;
}