/**
 * Portfolio Section - Height Adjustment
 * Increase section height for better spacing
 */

/* Desktop only */
@media (min-width: 992px) {
    .portfolio4-section-area {
        min-height: 110vh;
        display: flex;
        align-items: center;
        padding: 80px 0;
    }

    .portfolio4-section-area .container {
        width: 100%;
    }
}

/* Extra large desktop */
@media (min-width: 1920px) {
    .portfolio4-section-area {
        min-height: 120vh;
        padding: 100px 0;
    }
}
