
.projectsSection {
  padding: 20px;
 text-align: center;
  margin: 20px auto;
  max-width: 90%; 
  background: rgba(63, 78, 79, 0.85);
  margin: 5px;
  border-radius: 15px;
}

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

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

.titleContainer h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 10px; 
  background: rgba(63, 78, 79, 0.65);
  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; 
  border-radius: 10px; 
  background: rgba(63, 78, 79, 0.65);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
