#joinshop {
    max-height: unset;
    .head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;

        h4 {
            font-size: 22px;
            font-weight: 500;
            letter-spacing: -0.01em;
            display: inline-block;
        }

        i {
            font-size: 24px;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        i:hover {
            color: #194185;
        }
    }

    .body {
        font-size: 16px;
        color: #1D2939;

        p {
            text-align: center;
            font-weight: 300;

        }

        .Privacy-Policy {
            h1 {
                display: block;
                font-size: 2em;
                margin-block-start: 0.67em;
                margin-block-end: 0.67em;
                margin-inline-start: 0px;
                margin-inline-end: 0px;
                font-weight: bold;
                unicode-bidi: isolate;
            }

            p {
                text-align: unset;
                font-weight: 300;

            }
        }

        .subdiv_1 {
            margin: 0 auto;
            display: block;
            width: 64px;
            height: 64px;
            background-color: #D0D5DD;
            border-radius: 100px;
            overflow: hidden;
            text-align: center;
        }

        strong {
            font-weight: 400;
        }

        .Privacy-Policy {
            background-color: #F2F4F7;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0.10000000149011612px;
            text-align: left;
            padding: 15px;
            height: calc(100vh - 60px - 370px);
            overflow: hidden;
            overflow-y: auto;
        }


    }

    .footer {
        display: flex;
        text-align: center;
        font-size: 14px;
        padding-top: 15px;


        .close {
            width: 30%;
        }

        .join {
            width: 70%;

            button {
                background-color: #194185;
                color: white;
            }
        }

    }

    .step_2 {
        display: none;
    }
}