
  

  .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #bebec0; /* Set your desired background color */
    color: #fff; /* Set the color for the icon */
  }


  