.circular-image {
  border-radius: 50%;
  /* Optional: Ensure the image is square for a perfect circle */
  /*   width: 200px; /* Adjust as needed */
  /*   height: 200px; /* Adjust as needed */
  object-fit: cover; /* Ensures the image covers the circular area */
}