.portf-g-game-title {
    line-height: 48px;
    font-size: 34px;
}

body .section-porftolio-head {
    margin-top: 0;
    background-image: var(--portfolio-header-bg);
    background-position: 50% 100%;
    background-size: cover;
}

.section-portfolio-games {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .section-portfolio-games {
        margin-top: 50px;
    }

    .section-portfolio-games .portf-g-game-title {
        font-size: 28px;
        text-transform: none;
    }
}
