.project-section {
  background-color: #cfe6ff;
  padding: 3rem 1rem;
}

.project-container {
  max-width: 1100px;
  margin: 0 auto;
}

.project-heading {
  color: #033353;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.project-box {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 2rem;
}

.project-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.project-image {
  width: 100%;
  max-width: 350px;
  height: 250px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.project-description {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.8;
}