.project {
  padding: 0%;
  height: 68vh;

  background-image: linear-gradient(
      rgba(36, 77, 77, 0.9),
      rgba(36, 77, 77, 0.9)
    ),
    url("img2/6339605cbe228e45c1db7181_2-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.about {
  padding: 0%;
  height: 75vh;

  background-image: linear-gradient(
      rgba(36, 77, 77, 0.9),
      rgba(36, 77, 77, 0.9)
    ),
    url("img2/6339605cbe228e45c1db7181_2-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}
.project-title {
  font-size: 4rem;
  margin-bottom: 1%;
}

.par {
  column-count: 3;
  column-gap: 20px;
  /* remove space between columns */
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.section-01 img {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: block;
  margin: 0;
  padding: 0;
  break-inside: avoid;
  border-radius: 0;
}
.green-section {
  background-color: #d7edcb;
  padding: 8%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='18' viewBox='0 0 100 18'%3E%3Cpath fill='%23f6f9f4' fill-opacity='0.4' d='M61.82 18c3.47-1.45 6.86-3.78 11.3-7.34C78 6.76 80.34 5.1 83.87 3.42 88.56 1.16 93.75 0 100 0v6.16C98.76 6.05 97.43 6 96 6c-9.59 0-14.23 2.23-23.13 9.34-1.28 1.03-2.39 1.9-3.4 2.66h-7.65zm-23.64 0H22.52c-1-.76-2.1-1.63-3.4-2.66C11.57 9.3 7.08 6.78 0 6.16V0c6.25 0 11.44 1.16 16.14 3.42 3.53 1.7 5.87 3.35 10.73 7.24 4.45 3.56 7.84 5.9 11.31 7.34zM61.82 0h7.66a39.57 39.57 0 0 1-7.34 4.58C57.44 6.84 52.25 8 46 8S34.56 6.84 29.86 4.58A39.57 39.57 0 0 1 22.52 0h15.66C41.65 1.44 45.21 2 50 2c4.8 0 8.35-.56 11.82-2z'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 992px) {
  .par {
    column-count: 2;
  }
  .project-title {
    font-size: 2.5rem;
    margin-bottom: 1%;
  }
}

@media (max-width: 600px) {
  .par {
    column-count: 1;
  }
}
