.project-item {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}
.project-item:last-child {
    border-bottom: none;
}
.project-meta {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0;
    background: #eef2f7;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
}
.project-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
}