@media screen and (min-width: 1024px) {
    .portfolioBox .container {
        justify-content: space-between;
    }

    .portfolioBox:nth-child(2n) {
        background-color: var(--gray);
    }

    .portfolioBox:nth-child(2n) .portfolioImage {
        order: 1;
    }

    .portfolioImage, .portfolioTextBox {
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 0.8rem;
    }
}
