#certifications h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

#certifications .snippet-description {
  text-align: center;
  color: #555;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  font-size: 1.1rem;
}

.cert-card {
  background: #f9f9f9;
  padding: 1.5rem;
  margin: 1rem auto;
  border-left: 4px solid #007bff;
  border-radius: 8px;
  max-width: 700px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.cert-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.cert-card p {
  margin: 0.25rem 0;
  color: #333;
}

.cert-card a {
  display: inline-block;
  margin-top: 0.75rem;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.cert-card a:hover {
  color: #0056b3;
}
