    .service-box_icon {
        font-family: var(--title-font);
        font-size: 2rem; /* Adjust font size as needed */
        font-weight: bold;
        color: #333; /* Change to the desired color */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px; /* Adjust width to fit */
        height: 60px; /* Adjust height to fit */
        background-color: #f2f2f2; /* Optional background */
        border-radius: 50%; /* Make it circular */
    }
    
    .icon-number {
        display: inline-block;
        line-height: 1; /* Center the number vertically */
    }
    