.profile-card{margin-top:8rem}.profile-card .founders{display:flex;width:100%;flex-wrap:wrap;align-items:flex-start;justify-content:space-around;gap:2.5rem}.profile-card .card{width:320px;height:450px;perspective:1000px;cursor:pointer}.profile-card .card .card-inner{width:100%;height:100%;position:relative;transition:transform 1s;transform-style:preserve-3d}.profile-card .card .card-inner .back,.profile-card .card .card-inner .front{width:100%;height:100%;border-radius:6px;border:1px solid var(--borderCool);box-shadow:var(--materialShadowBottom);position:absolute;backface-visibility:hidden;background:var(--primaryColor)}.profile-card .card .card-inner .front{padding:35px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%;background:var(--bgLight)}.profile-card .card .card-inner .front img{-o-object-fit:cover;object-fit:cover;width:200px;height:200px;border:1.5px solid var(--borderCool);border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-card .card .card-inner .front .info{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.profile-card .card .card-inner .front h2{font-weight:700;font-size:1.5rem;-moz-columns:var(--textHeading);columns:var(--textHeading)}.profile-card .card .card-inner .front p{color:var(--textLight);font-size:1rem;font-weight:500;line-height:1.5rem}.profile-card .card .card-inner .front button{border:1.5px solid var(--primaryColor);background:transparent;border-radius:50px;padding:8px 16px;cursor:pointer;color:var(--primaryColor);transition:all .35s ease;margin-top:1rem}.profile-card .card .card-inner .back{background:var(--bgLight);color:var(--textColor);padding:20px;display:flex;flex-direction:column;justify-content:space-between;transform:rotateY(180deg)}.profile-card .card .card-inner .back .divider{background:var(--borderCool);height:1.5px;opacity:.7;margin:1rem 0}.profile-card .card .card-inner .back h1{font-size:1.5rem;color:var(--textColor);margin-bottom:.5rem}.profile-card .card .card-inner .back .job{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--textColor)}.profile-card .card .card-inner .back p{font-size:14px;text-align:justify;color:var(--textLight);line-height:1.25rem}.profile-card .card .card-inner .back .card-row{display:flex;align-items:flex-start;margin-top:20px;width:100%;justify-content:space-between}.profile-card .card .card-inner .back .card-row .card-col{flex:1;text-align:center;color:var(--textColor);font-size:12px;position:relative;display:flex;align-items:center;flex-direction:column;gap:8px}.profile-card .card .card-inner .back .card-row .card-col h2{font-size:16px;border:1px solid var(--borderCool);margin:0 16px;height:50px;width:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bgLight)}.profile-card .card .card-inner .back .card-row .card-col:after{content:"";width:1.5px;height:20px;background:var(--textColor);position:absolute;top:15px;right:0}.profile-card .card .card-inner .back .card-row .card-col:last-child:after{display:none}.profile-card .card .card-inner .back .card-row .card-col .info-label{max-width:60px}.profile-card .card .card-inner .back .card-row .card-col small{text-align:center;text-wrap:wrap;font-weight:500}.profile-card .card .card-inner .back .card-row button{border:1.5px solid var(--primaryColor);background:transparent;border-radius:50px;padding:8px 16px;cursor:pointer;color:var(--primaryColor);transition:all .35s ease}.profile-card .card .card-inner .back .card-row button:hover{border-color:var(--primaryHoverColor);color:var(--primaryHoverColor);transform:scale(.9);background:var(--bgColor)}.profile-card .card .card-inner .back .card-row .social-media-buttons{display:flex;justify-content:space-between;gap:8px}.profile-card .card .card-inner .back .card-row .social-media-buttons a{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;height:32px;width:32px;border-radius:50%;margin:0;background-color:rgba(0,0,0,.8);text-decoration:none;transition:all .2s ease-in}.profile-card .card .card-inner .back .card-row .social-media-buttons a:hover{transform:scale(1.05)}.profile-card .card:hover .card-inner{transform:rotateY(180deg)}