/* Main Heading */
.main-name {
  font-size: 48px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.experience-section {
  margin-top: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.experience-section h2 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.experience-section p {
  margin: 6px 0;
  color: #444;
}

.experience-section ul {
  margin-top: 15px;
  padding-left: 20px;
}

.experience-section li {
  margin-bottom: 8px;
  line-height: 1.6;
}

section h2 {
  margin-bottom: 20px;
}