
        /*** Features Start ***/
        .feature .feature-img {
            background: var(--bs-light);
            border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
            }
            /*** Features End ***/
            .feature-card {
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 24px rgba(0, 0, 0, 0.1);
                border-radius: 10px; 
                background-color: #fff; 
                transition: box-shadow 0.3s ease-in-out;
            }
            
            .feature-card:hover {
                box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 6px 48px rgba(0, 0, 0, 0.2);
            }
            .feature-card .text-primary,
            .feature-card .h4{
                color: #4b8ef1 !important;
            }
            
            
            
            .about-content {
                display: flex;  
                flex-direction: column; 
                justify-content: center;
            }
            
            .about-content a {
                width: auto !important;  
                max-width: 200px; 
                padding: 12px 30px;  
                text-align: center;
            }
            .about-content h4{
                border: 1px solid #4b8ef1;
                max-width: 150px;
                padding: 8px 20px;
                border-radius: 30px;
                text-align: center;
            }
            html[lang='en'] .about-content h4{
              max-width: 180px;
            }
            .text-primary{
                color: #4b8ef1 !important;
            }