.coi-ai-div h2 {
          font-size: 2.5rem; /* Adjust this value as needed */
        }

        .coi-ai-div h3 {
          font-size: 1.5rem; /* Adjust this value as needed */
        }

        @media only screen and (max-width: 767px) {
            #process {
               max-width: 90%; /* Set maximum width to 90% for smaller screens */
            }
        }

