.rounded-image-background {
 
  background-image: url('/images/pic01.jpg'); /* Specify the path to your image */
  background-size: cover; /* Ensures the image covers the entire div */
  background-position: center; /* Centers the background image */
  border-radius: 15px; /* Creates a circular shape (use a value in px for rounded corners) */
  overflow: hidden; /* Hides any part of the image that extends beyond the rounded shape */
  color: #efeff7;
  padding: 20px;