.supplier-tools h2 {
  margin-bottom: 6rem;
}

.supplier-tools .download {
  font-family: 'OpenSans', sans-serif;
}

[lang="ko"] .supplier-tools .download {
  font-family: 'NotoSans', sans-serif;
}

.numbered-boxes li {
  counter-increment: item;
  display: flex;
  align-items: center;
}

.numbered-boxes li:before {
  content: counter(item);
  background: #490083;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-family: 'OpenSans-SemiBold', sans-serif;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 3rem;
  flex-shrink: 0;
}

[lang="ko"] .numbered-boxes li:before {
  font-family: 'NotoSans-Bold', sans-serif;
}

.numbered-boxes li + li {
  margin-top: 5rem;
}

@media screen and (min-width: 1480px) {
  .special-section .toggle-bar > h3 {
    flex-basis: 34%;
  }

  .special-section .toggle-wrapper {
    flex-basis: 66%
  }
}




