.about-section {
  position: relative;
  background-image: url("Images/6.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  overflow: hidden;
}

/* Soft overlay to blend the background with your design */
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 241, 232, 0.25);
  z-index: 0;
}

/* Keep your content above the background */
.about-section .container {
  position: relative;
  z-index: 1;
}




