.circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
  }

  .circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }