@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";@font-face{font-family:Veneer;src:url(/fonts/veneer.woff2) format("woff2"),url(/fonts/veneer.woff) format("woff");font-weight:400;font-style:normal}.profile-card{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;width:1000px;max-width:72vw;margin:4rem auto}@media(min-width:1024px){.profile-card{flex-direction:row}.profile-card--right{flex-direction:row-reverse}.profile-card--right .profile-card__image{-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}}.profile-card__image{position:relative;width:100%;height:200px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 95%);clip-path:polygon(0 0,100% 0,100% 100%,0 95%)}@media(min-width:1024px){.profile-card__image{width:350px;height:400px;-webkit-clip-path:polygon(0 0,100% 0,85% 100%,0 100%);clip-path:polygon(0 0,100% 0,85% 100%,0 100%)}}.profile-card__image img{width:100%;height:100%;object-fit:cover}.profile-card__info{flex:2 1;padding:20px;display:flex;flex-direction:column;justify-content:center}.profile-card__name{margin:0;font-size:24px;font-weight:700;color:#198667}.profile-card__role{background:#198667;color:#fff;font-weight:700;padding:5px 10px;border-radius:5px;display:inline-block;margin-top:10px}.profile-card__description{margin-top:10px;font-size:16px;color:#000}