@media screen and (max-width: 750px) {

    .page {
        width: 100%;
        min-width: 300px;
    }


    .text-align-right-mobile-center {
        text-align: center !important;
    }

    .text-align-left-mobile-center {
        text-align: center !important;
    }

    .content {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-width: unset;
        max-width: unset;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    h1{
        text-align: center;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }

    .mobile-col-1 {
        width: 8.33% !important;
    }

    .mobile-col-2 {
        width: 16.66% !important;
    }

    .mobile-col-3 {
        width: 25% !important;
    }

    .mobile-col-4 {
        width: 33.33% !important;
    }

    .mobile-col-5 {
        width: 41.66% !important;
    }

    .mobile-col-6 {
        width: 50% !important;
    }

    .mobile-col-7 {
        width: 58.33% !important;
    }

    .mobile-col-8 {
        width: 66.66% !important;
    }

    .mobile-col-9 {
        width: 75% !important;
    }

    .mobile-col-10 {
        width: 83.33% !important;
    }

    .mobile-col-11 {
        width: 91.66% !important;
    }

    .mobile-col-12 {
        width: 100% !important;
    }

    .nav-menu {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #ffffff;
        padding: 40px;
    }

    .menu-close {
        display: block !important;
        text-align: right;
        font-size: 20px !important;
        color: var(--green) !important;
    }

    .menu-left {
        padding: 5px;
        margin-bottom: 20px;
    }

        .menu-left a {
            display: block;
        }

            .menu-left a:not(:last-child)::after {
                content: none;
            }

            .menu-left a:not(:first-child) {
                border-bottom: 1px solid var(--gray-2);
            }

    .menu-right {
        text-align: center;
    }

    .nav-mobile {
        display: flex;
        align-items: center;
    }

    .key-value {
        border-right: none;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgb(220,220,220);
    }

    .button {
        margin-bottom: 6px;
    }

    .full-width {
        width: 100% !important;
    }

    .dialog-box,
    .dialog-box.tiny,
    .dialog-box.small,
    .dialog-box.big {
        width: 80vw;
    }

    label {
        display: block;
        margin-bottom: 10px;
    }

    .popup {
        width: 70vw;
        bottom: 10vw;
        left: 15vw;
        text-align: center;
    }

    .side-menu {
        width: 80vw;
    }
}
