.project_section_2 {
  width: 100%;
  float: left;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-accent) 100%);
  height: auto;
  padding: 3.125rem 0 2.5rem;
  color: var(--color-text-on-primary);
  position: relative;
  isolation: isolate;
}

.project_section_2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 0;
  pointer-events: none;
}

.project_section_2 > * {
  position: relative;
  z-index: 1;
}

.accounting_text_1 {
  width: 100%;
  float: left;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: var(--color-text-on-primary);
}

.yers_text {
  width: 100%;
  float: left;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  color: var(--color-text-on-primary);
  margin-left: 0;
  margin-top: 0;
}

[data-theme="dark"] .project_section_2 {
  background: linear-gradient(135deg, var(--blue-20) 0%, var(--blue-10) 100%);
}
