@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;

}



.declaimer-wrapper{

    border-top: 2px solid #EAEAEA66;

    border-bottom: 2px solid #EAEAEA66;

    padding: 3rem 0 3rem 0;

}

.declaimer-content h2{

   font-family: Manrope-Light;

   font-weight: 300;

   font-size: 300%;

   color: #1655A6;

   padding: 0 0 1rem 0;

}
.declaimer-content h1{

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

.declaimer-content p{

   font-family: Manrope-Light;

   font-weight: 300;

  font-size: 115%;

   color: #425466;

   padding: 10px 0 0rem 0;

}

.declaimer-content h3{

   font-family: Manrope-Medium;

   font-weight: 500;

   font-size: 140%;

   color: #0E2B43;

   padding: 2rem 0 0rem 0;

}





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

    .declaimer-content h2 {

        font-size: 225%;

    }
    .declaimer-content h1 {

        font-size: 225%;

    }
    .declaimer-content p {

        font-size: 100%;

    }

    .declaimer-content h3 {

        font-size: 120%;

    }

    

}

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

    .declaimer-content h2 {

        font-size: 240%;

    }
    .declaimer-content h1 {

        font-size: 240%;

    }

    .declaimer-content p {

        font-size: 110%;

    }

    .declaimer-content h3 {

     font-size: 140%;

 }

}



@media screen and (min-width: 769px) and (max-width: 991px) {

    .declaimer-content h2 {

        font-size: 200%;

    }
    .declaimer-content h1 {

        font-size: 200%;

    }
    .declaimer-content p {

        font-size: 100%;

    }

    .declaimer-content h3 {

     font-size: 140%;

}

}

@media screen and (min-width: 569px) and (max-width: 768px) {

     .declaimer-content h2 {

        font-size: 200%;

    }
    .declaimer-content h1 {

        font-size: 200%;

    }
    .declaimer-content p {

        font-size: 100%;

    }

    .declaimer-content h3 {

     font-size: 140%;

}

}

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

    .declaimer-wrapper {

    padding: 3rem 1rem 3rem 1rem;

}

    .declaimer-content h2 {

    font-size: 200%;

}
.declaimer-content h1 {

    font-size: 200%;

}
    .declaimer-content p {

        font-size: 95%;

    }

    .declaimer-content h3 {

    font-size: 125%;

 }

 

}