.educationSection {
  padding: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 90%; 
  background: rgba(63, 78, 79, 0.85);

  margin: 5px;
   border-radius: 15px;
}

.educationSection .headingTwo h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  
}

.educationContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.titleContainer h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
  background: #ffff; 
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.summaryContainer p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding-left: 10px; 
  background: #ffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  
}
