.impeller-section {
           padding: 0 0 30px 0;
        }
      .impeller-section .container{
           
            
            display: grid;
            grid-template-columns: 1fr 42%;
            gap: 30px;
            align-items: start;
        }  
        .section-tag {
            color: #34a8eb;
            font-size: clamp(14px, 0.83vw, 16px);
            font-weight: 500;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .main-title {
            font-size: clamp(20px, 1.35vw, 26px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 10px;
            line-height: 1.1;
        }
        .desc-text {
            font-size: clamp(14px, 0.83vw, 16px);
            color: #666666;
            /* line-height: 1.5; */
            margin-bottom: 10px;
            text-align: justify;
        } 
   .impeller-section  ul li strong{
            
            color: #333;
           
        }
    .impeller-section  ul li{
            font-size: clamp(14px, 0.83vw, 16px);
            color: #666666;
            /* line-height: 1.5; */
            margin-bottom: 10px;
            list-style: disc;
            margin-left: 20px;
            text-align: justify;
        }
        .sub-title {
            font-size: 32px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 24px;
        }
        .advantage-text {
            font-size: clamp(14px, 0.83vw, 16px);
            color: #666666;
            /* line-height: 1.5; */ text-align: justify;
        }
        .img-wrap img {
            width: 100%;
            height: auto;
            display: block;
        }






@media(max-width:991px){
 .impeller-section .container {grid-template-columns: 1fr;padding: 0;}
}