﻿@media screen and (max-width: 750px) {
    .privacy-header {
        flex-wrap: wrap-reverse;
        justify-content: center !important;
        gap:16px;
    }
    .privacy-header-context {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 50%;
        padding-bottom: 32px;
    }
}

div, p {
    font-size: 16px;
}

strong {
    font-size: 24px;
}
li{
    text-align:justify;
}
.privacy-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 32px 32px 0 32px;
}
.privacy-header-title {
    font-weight: 700;
    text-align:center;
}
.privacy-header-billboard {
    display: flex;
    max-width: 552px;
    max-height: 552px;
    border-radius: 16px;
    overflow: hidden;
}

.privacy-header-context {
    display: flex;
    gap:32px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 32px;
}

.effect-date {
}

.privacy-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-image: url('../../images/backgrounds/topheader-background.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.privacy-body {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

.privacy-img {
    display: flex;
    width: 100%;
    height: 100%;
}

.privacy-paraph {
    text-align: justify;
}

.privacy-title {
    font-weight: 700;

}

.privacy-content {
    border-radius: 16px;
    border: 1px solid #9B5DE5;
    background: #24253A;
    padding:16px;
}
.privacy-right {
    padding: 16px;
    display:flex;
    flex-flow:column;
    gap:16px;
}
.privacy-content-items {
}
