.mb-cv-card{
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s ease;
}

.mb-cv-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 40px rgba(0,0,0,.12);
}

.mb-cv-card h3{
    font-size:24px;
    font-weight:700;
}

.mb-cv-card p{
    color:#666;
    line-height:1.7;
}

.mb-cv-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.mb-cv-buttons .btn{
    border-radius:10px;
}