/* Custom styles for About page */
#about-banner {
  background-image: url('../../about/figma/about1page.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Testimonial section background */
#testimonial-section {
  background-image: url('../../about/figma/Testimonialbackgroun.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
