.privacy-page {
    height: auto;
    min-height: 855px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.privacy-page .main-info .title.privacy-title {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 50px;
    padding: 10px 24px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.privacy-content {
    display: flex;
    align-items: stretch;
}

.privacy-sheet {
    width: 540px;
    min-height: 694px;
    height: auto;
    background: #E5E5E5;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #171717;
    padding: 44px 36px 48px 36px;
    box-sizing: border-box;
}

.privacy-sheet-right {
    margin-left: 30px;
}

.privacy-sheet p {
    margin: 0 0 16px;
}

.privacy-sheet p:last-child {
    margin-bottom: 0;
}

.privacy-sheet a,
.privacy-sheet a:link,
.privacy-sheet a:visited,
.privacy-sheet a:hover,
.privacy-sheet a:active {
    color: #193777;
    text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 760px) {
    .privacy-page {
        min-height: 0;
        padding-bottom: 20px;
    }

    .privacy-page .main-info .title.privacy-title {
        width: auto;
        max-width: 100%;
        min-height: 30px;
        height: auto;
        padding: 8px 12px;
        font-size: 13px;
        line-height: 16px;
        white-space: normal;
    }

    .privacy-content {
        flex-direction: column;
        width: 100%;
    }

    .privacy-sheet {
        width: 100%;
        min-height: 0;
        height: auto;
        padding: 20px 16px;
        font-size: 12px;
        line-height: 18px;
    }

    .privacy-sheet-right {
        margin-left: 0;
        margin-top: 10px;
    }
}
