.section-title {
    font-size: 36px;
    font-weight: 400;
}

.project-card {
    border: 1px solid #eee;
}

.project-image {
    position: relative;
    cursor: pointer;
}

.project-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.project-content {
    padding: 18px;
}

.project-content span {
    font-size: 11px;
    letter-spacing: 1px;
    color: #777;
}

.project-content h5 {
    font-size: 15px;
    margin-top: 6px;
}
