h1, p{
    margin: 0;
}

.privacy-policy-container{
    background-image: url(/assets/images/privacyPolicyBack.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.privacy-policy-topContent{
    padding: 6% 2% 0 5%;
    height: 100%;
    display: flex;
    position: relative;
}

.privacy-policy-title{
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 4%;
}

.privacy-policy-linkContainer{
    display: flex;
    gap: 20px;
}

.privacy-policy-subContainer{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.privacy-policy-link{
    font-size: 15px;
    color: black;
}

.privacy-policy-subTitle{
    font-size: 30px;
    font-weight: 700;
}

.privacy-policy-subDescrip{
    font-size: 17px;
}

.privacy-policy-leftContent{
    width: 50%;
}

.privacy-policy-rightContent{
    display: flex;
    align-items: flex-end;
    width: 50%;
}

.privacy-policy-img{
    width: 100%;
}

.privacy-policy-topLeft-img{
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}

.privacy-policy-menu-img{
    position: absolute;
    right: 50px;
    top: 35px;
}

.privacy-policy-Polygon-img{
    position: absolute;
    transform: translate(-50px, -50px);
    top: 130px;
    left: 50%;
}

.privacy-policy-MultiIcon1-img{
    position: absolute;
    bottom: 130px;
    left: 35%;
}

.privacy-policy-sphereIcon1-img{
    position: absolute;
    right: 20%;
    transform: translate(-50px, -50px);
    top: 40%;
}

.privacy-policy-sphereIcon2-img{
    position: absolute;
    top: 40%;
    left: 1%;
}

.privacy-policy-MultiIcon2-img{
    position: absolute;
    left: 6%;
    top: 5%;
}

.privacy-policy-textContent{
    padding: 6% 2% 2% 4%;
}

@media screen and (min-width: 2000px){
    .privacy-policy-container{
        height: 50vh;
    }
    .privacy-policy-MultiIcon1-img{
        bottom: 300px;
    }
}

@media screen and (max-width: 1200px){
    .privacy-policy-menu-img{
        width: 3%;
    }
    .privacy-policy-rightContent{
        align-items: unset;
    }
}

@media screen and (max-width: 800px){
    .privacy-policy-MultiIcon2-img{
        top: 4%;
    }
    .privacy-policy-title {
        font-size: 35px;
    }
    .privacy-policy-link{
        font-size: 14px;
    }
    .privacy-policy-subTitle {
        font-size: 22px;
    }
    .privacy-policy-subDescrip {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px){
    .privacy-policy-MultiIcon2-img{
        left: 6%;
        top: 2%;
        width: 4%;
    }
    .privacy-policy-sphereIcon1-img{
        top: 34%;
        right: 8%;
        width: 4%;
    }
    .privacy-policy-sphereIcon2-img{
        top: 58%;
        left: 53%;
        width: 4%;
    }
    .privacy-policy-MultiIcon1-img{
        bottom: 84px;
        left: 90%;
        width: 4%;
    }
    .privacy-policy-Polygon-img{
        top: 152px;
        left: 50%;
        width: 3%;
    }
    .privacy-policy-menu-img{
        right: 20px;
        top: 12px;
        width: 4%;
    }
    .privacy-policy-title {
        font-size: 26px;
    }
    .privacy-policy-subTitle {
        font-size: 20px;
    }
    .privacy-policy-topContent{
        display: block;
    }
    .privacy-policy-container{
        height: unset;
    }
    .privacy-policy-leftContent {
        width: unset;
    }
    .privacy-policy-rightContent{
        width: 100%;
    }
}

@media screen and (max-width: 400px){
    .privacy-policy-sphereIcon2-img {
        top: 62%;
        left: 53%;
    }
    .privacy-policy-sphereIcon1-img {
        top: 30%;
        right: 0;
    }
    .privacy-policy-MultiIcon1-img {
        bottom: 60px;
        left: 90%;
    }
    .privacy-policy-Polygon-img {
        top: 145px;
        left: 50%;
        width: 3%;
    }
}