.title_section {
  color: var(--text-primary);
  font-weight: 600;
}

.divider {
  display: block;
  margin-top: 16px;
  margin-bottom: 32px;
  width: 32px;
  height: 3px;
  border-radius: 40px;
  background-color: #ffa34f;
}
.mx_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.article_section {
  padding-left: 6% !important;
  padding-right: 6% !important;
}

.article_header {
  text-align: center;
  width: 100%;
}

.article_content {
  line-height: 24px;
  font-size: 18px;
}

.tool_container_wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paragraph_text {
  color: var(--text-primary);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
