
.expert-profile{margin-top:40px}
.expert-header{display:flex;gap:30px;align-items:flex-start}
.expert-avatar img{border-radius:6px;max-width:180px}
.expert-table{width:100%;border-collapse:collapse}
.expert-table th{width:160px;background:#f5f5f5;text-align:left;padding:6px}
.expert-table td{padding:6px}
.expert-section{margin-top:30px}
@media(max-width:768px){.expert-header{flex-direction:column}}
