﻿.portfolio-detail-img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 30px;
}

.portfolio-description h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.portfolio-text {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.portfolio-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

    .portfolio-info li {
        margin-bottom: 12px;
    }

.portfolio-text {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    white-space: pre-line;
}
