.circular-image {
  width: 200px; /* Set the width as desired */
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
