.founder-card{background-color:#effaef;border-radius:20px;padding:20px;cursor:pointer;width:330px;flex-shrink:0;display:flex;flex-direction:column}.card-content{display:flex;flex-direction:column;justify-content:space-between;min-height:400px;height:100%;flex:1}.quote-section{display:flex;flex-direction:column;gap:16px}.quote-img{width:40px;height:20px;object-fit:fill}.description{color:#1c4b24;line-height:1.6;font-weight:300;font-size:15px;text-align:justify}.footer-section{display:flex;gap:16px;align-items:flex-end;margin-top:auto}.portrait-img{flex-shrink:0;width:100px;height:100px;border-radius:9px;overflow:hidden}.portrait-img img{width:100%;height:100%;object-fit:cover}.info-section{display:flex;justify-content:space-between;align-items:flex-end;flex:1}.name-title{display:flex;flex-direction:column;gap:4px;align-items:flex-start;align-self:flex-end}.name{color:#1c4b24;font-weight:500;font-size:14px;line-height:1.2;margin:0}.title{color:#1c4b24;font-size:12px;font-weight:400;line-height:1.2;margin:0}.linkedin-icon{flex-shrink:0;cursor:pointer;transition:opacity .3s ease}.linkedin-icon img{width:20px;height:20px}@media (min-width:1024px){.founder-card{border-radius:23px;width:350px}}