@font-face {

    font-family: Manrope-Light;

    src: url("../fonts/Manrope-Light.ttf");

}

@font-face {

    font-family: Manrope-Regular;

    src: url("../fonts/Manrope-Regular.ttf");

}

@font-face {

    font-family: Manrope-Medium;

    src: url("../fonts/Manrope-Medium.ttf");

}

@font-face {

    font-family: Manrope-Bold;

    src: url("../fonts/Manrope-Bold.ttf");

}

@font-face {

    font-family: Inter-Regular;

    src: url("../fonts/Inter-Regular.ttf");

}

p,

h1,

h2,

h3,

h4,

h5,

h6 {

    padding: 0;

    margin: 0;

}

.col-12 {

    padding: 0;

}



.privacy-wrapper{

    border-top: 2px solid #EAEAEA66;

    border-bottom: 2px solid #EAEAEA66;

    padding: 3rem 0 3rem 0;

}

.privacy-content h2{

   font-family: Manrope-Light;

   font-weight: 300;

   font-size: 300%;

   color: #1655A6;

   padding: 0 0 1rem 0;

}
.privacy-content h1{

    font-family: Manrope-Light;
 
    font-weight: 300;
 
    font-size: 300%;
 
    color: #1655A6;
 
    padding: 0 0 1rem 0;
 
 }
.privacy-content p{

   font-family: Manrope-Light;

   font-weight: 300;

  font-size: 115%;

   color: #425466;

   padding: 10px 0 0rem 0;

}

.privacy-content h3{

   font-family: Manrope-Medium;

   font-weight: 500;

   font-size: 140%;

   color: #0E2B43;

   padding: 2rem 0 0rem 0;

}

.privacy-content h4{

   font-family: Manrope-Medium;

   font-weight: 500;

   font-size: 125%;

   color: #0E2B43;

   padding: 1rem 0 0 0;

}

.privacy-content span{

   font-family: Manrope-Light;

   font-weight: 300;

   font-size: 90%;

   color: #425466;

}

ul li{

   font-family: Manrope-Light;

   font-weight: 300;

   font-size: 125%;

   color: #425466;

   padding: 0 0 10px 0;

}

@media screen and (min-width: 1201px) and (max-width: 1499px) {

    .privacy-content h2 {

        font-size: 225%;

    }
    .privacy-content h1 {

        font-size: 225%;

    }
    .privacy-content p {

        font-size: 100%;

    }

    .privacy-content h3 {

        font-size: 120%;

    }

    .privacy-content h4 {

        font-size: 100%;

    }

    .privacy-content span {

        font-size: 95%;

    }

    ul li {

        font-size: 100%;

    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .privacy-content h2 {

        font-size: 240%;

    }
    .privacy-content h1 {

        font-size: 240%;

    }
    .privacy-content p {

       font-size: 110%;

    }

    .privacy-content h3 {

     font-size: 140%;

 }

 .privacy-content h4 {

    font-size: 105%;

}

    .privacy-content span {

     font-size: 95%;

    }

    ul li {

        font-size: 105%;

    }

}

@media screen and (min-width: 320px) and (max-width: 568px) {

    .privacy-wrapper {

    padding: 3rem 1rem 3rem 1rem;

}

    .privacy-content h2 {

    font-size: 200%;

}
.privacy-content h1 {

    font-size: 200%;

}
    .privacy-content p {

        font-size: 95%;

    }

    .privacy-content h3 {

     font-size: 125%;

 }

 .privacy-content h4 {

    font-size: 105%;

}

    .privacy-content span {

     font-size: 93%;

    }

    ul li {

        font-size: 105%;

    }

}