.portfolio-card-modern{display:flex;flex-direction:row;gap:40px;border-radius:32px;box-shadow:0 8px 32px rgba(0,0,0,.08);padding:40px;align-items:stretch;background-color:"#f5f7fa"}.portfolio-card-left,.portfolio-card-right{flex:1 1;display:flex;flex-direction:column;justify-content:center;min-width:320px}.portfolio-card-author{display:flex;align-items:center;gap:16px;margin-top:24px}.author-image{border-radius:50%;width:48px;height:48px;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}.author-name{font-weight:600;font-size:1.1rem;margin-bottom:2px;color:#222}.author-title{font-size:1rem;color:#888;margin:0}@media (max-width:900px){.portfolio-card-modern{flex-direction:column;padding:24px;gap:24px}.portfolio-card-left,.portfolio-card-right{min-width:unset}}