﻿@media screen and (min-width: 1368px) {

    .page {
        display: flex;
        width: 100%;
        height: 100svh;
        max-width: 1871px;
        align-items: flex-start;
        flex-direction: row;
    }

    .left-content {
        min-width: 536px;
        max-width: 751.5px;
    }

        .left-content .welcome-text-container {
            width: 470px;
        }


        .left-content .welcome-upper {
            color: var(--Base-color-Main, #FFF);
            font-family: aleksei-bold;
            font-size: 96px;
            font-style: normal;
            font-weight: 700;
            height: 97px;
        }

            .left-content .welcome-upper .dot {
                color: var(--Accent-color-Primary, #FCDE06);
                font-family: aleksei-bold;
                font-size: 96px;
                font-style: normal;
                font-weight: 700;
            }

        .left-content .welcome-lower {
            color: var(--Light-shades-Light-Shade-4, rgba(255, 255, 255, 0.90));
            font-family: graphic-regular;
            font-size: 56px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -1.68px;
            height: 124px;
        }

    .right-content {
        padding: unset;
        padding-right: 32px;
        justify-content: space-evenly;
    }

    .large-text {
        font-size: 24px;
    }

    .form {
        width: 470px;
        max-width: 470px;
        gap: 12px;
        justify-content: center;
    }
}
