
    /* 7)About founder Section /////////////////////////////////////*/
    .founderSection{padding:70px 4% 80px;;;}
    .founderSection h1{
        text-align: left;
    }
    .founderSection .headingContent .founderImage1{display:none;}
    .founderSection .contentBox{
        display:flex;
        gap:3.125em;
        align-items:start;
        justify-content:space-evenly;
        margin-top:0.9375em;
    }
    
    .founderSection .contentBox .about{
        display:flex;
        flex-direction:column;
        gap:0.625em;
    }
    
    .founderSection .contentBox .founderImage2{
        max-width: 30.25em;
        max-height: auto;
        border-radius: 0.5em;
        margin-top:-3.75em;
        margin: auto;
    }
    
@media only screen and (max-width:1130px) {
    
        .founderSection .headingContent{
            display:flex;
            justify-content:center;
            align-items:center;
            
        }
        .founderSection .headingContent h1{
            position:relative;
            text-align: left;
            padding-left:1.25em;
        }
        .founderSection .headingContent h1::before{
            content:"";
            position:absolute;
            width:0.0625em;
            height:100%;
            background:#DADCE0;
            opacity:60%;
            top:0;
            left:0;
        }

        .founderSection .contentBox .founderImage2{display:none;}
        .founderSection .headingContent .founderImage1{
            display:block;
            width:clamp(4.688rem, 4.33rem + 1.786vw, 5.938rem);;;
            height:auto;
            margin-right:1.25em;;
            border-radius: 0.5em;
        }
        .founderSection .contentBox{
            margin-top:50px;
        }
}

@media only screen and (max-width:768px) {
    .founderSection{padding:60px 8% 80px;}
}

@media only screen and (max-width:430px) {

    .founderSection .headingContent{
        max-width:50%;
        margin:0 auto;
    }
}
@media only screen and (max-width: 768px) {
 p.sectionParagraph{
    font-size: 15px !important;
  }
  p.sectionParagraph span{
    font-size: 15px !important;
  }

}