* {
    padding: 0px;
    margin: 0px;
font-family: 'Poppins';
}

.header {
    height: 15vh;
    width: 100%;
}

.logos {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.bg-image {
    background-image: url('../img/BG.jpg');
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.logos img {
    width: 140px;
}

.privacy-sectionOne {
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.privacy-PolicyHeading {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.privacy-sectionTwo {
    height: 10vh;
    width: 100%;
}

.privacy-PolicyHeading p {
    text-align: center;
    font-size: 1.125rem
}

.privacy-PolicyHeading h2.rem-2 {
    font-size: 2rem;
}

.privacy-sectionTwo {
    display: flex;
    align-items: center;

}

.privacyNavigation {
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.home-Navigation {
    color: white;
    font-size: 1rem;
    font-weight: 200;
    text-decoration: none;
}

.home-Navigation:hover {
    color: #ebd2a8;
}

.slash {
    color: white;
    font-size: 1rem;
    font-weight: 200;
    padding: 0.35rem;
}

.privacyIndication {
    color: white;
    font-size: 1rem;
    font-weight: 200;
    padding: 0.35rem;
}

.privacy-Policy-Details {
    padding-top: 1%;

}

.privacy-Policy-Details h4 {
    font-size: 1.5rem;
    font-weight: 200;

}

.privacy-Policy-Details p {
    font-size: 1rem;
}

.privacy-list {
    font-size: 1rem;
    padding-left: 1.5rem;
    list-style-type: disc;
}

/* Headings like "2. How We Use..." */
.section-heading {
    font-size: 1.375rem;
    /* 22px */
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* Regular paragraphs */
.paragraph {
    font-size: 0.8rem;
    /* 16px */
    margin-bottom: 1rem;
    text-align: justify;
}

.section-heading {
    font-size: 1.375rem;
    /* 22px */
    font-weight: 200;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.site-visit-data {
    text-align: justify;
}

.paragraph {
    font-size: 0.8rem;
    /* 16px */
    margin-bottom: 1rem;
}

.section-heading {
    font-size: 1.375rem;
    /* 22px */
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.paragraph {
    font-size: 0.8rem;
    /* 16px */
    margin-bottom: 1rem;
}

footer {
    background: url('../img/BG.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    height: auto;
    width: 100%;
}
.first-Footer-Part{
    height: 50px;
    width: 100%;
}
.second-Footer-Part{
    height: 50px;
    width:1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.office-Address span{
    font-weight:lighter;
    font-size: 16px;
}
.office-Address strong{
    font-weight: 400;
     font-size: 16px;
}
.third-Footer-Part{
    height: 120px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-Image-Content{
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-Image-Content img{
height: 90px;
width: 210px;
}
.copyrights-content{
        height: 50px;
    width:1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.office-Address b{
    font-weight: bold;
}
@media only screen and (max-width: 767px) {

    .privacy-PolicyHeading {
        width: 100%;
    }

    .privacy-PolicyHeading h3 {
        font-size: 1rem;
    }

    .privacy-sectionTwo {
        padding: 0%;
    }

    .logos {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .privacy-Policy-Details{
        padding: 0px 20px;
    }
 footer {
    height: auto;
    width: 100vw;
}   
.first-Footer-Part{
    height: 50px;
    width: 100%;
}
.second-Footer-Part{
    height: auto;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.third-Footer-Part{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.copyrights-content{
    height: auto;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.footer-Image-Content{
    height: auto;
    width: 100%;
}
}