.circle-icon {
    width: 20px;            
    height: 20px;          
    border-radius: 50%;    
    background-color: #007bff; 
    display: flex;         
    align-items: center;    
    justify-content: center;
    color: white;           
    font-size: 12px;      
    margin-right: 12px;  
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .circle-icon:hover {
    transform: scale(1.1);  
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);  
  }

  .font-info-main1-css{
    font-size: 12px;
  }

