/* Certification Process Section */
.certification-process {
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.certification-process h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--art-color-vision);
}




/* Certificate Features Section */
.certificate-features {
  padding: 2rem 1rem;
  background-color: #2c2c2c;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.certificate-features h2 {
  text-align: center;
  color: var(--art-color-innovation);
  margin-bottom: 0.5rem;
}

.certificate-features .section-subtitle {
  text-align: center;
  color: #b4a3e8;
  margin-bottom: 2rem;
  font-style: italic;
}
/* Certificate Features Section */
.certificate-features {
  padding: 60px 20px;
  background-color: #1e1e1e;
}

.certificate-features h2 {
  text-align: center;
  color: var(--art-color-vision);
  margin-bottom: 20px;
}

.certificate-features .section-subtitle {
  text-align: center;
  color: #b4a3e8;
  margin-bottom: 40px;
}
