@media screen and (min-width 1280px) {
    html {
        font-size: 1.15vw;
    }
    }

@media screen and (max-width 1279px) {
    html {
        font-size: 0.94vw;
    }
}

@media screen and (min-width 480px) {
    html {
        font-size: 0.84vw;
    }
}

body {
    font-family: 'Roboto', sans-serif;
    color: #0f0f0f;
    background: #fff;
}

p {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
}
q {
   font-size: 1rem; 
       line-height: 1.5;
    margin-bottom: 2rem;
}





.content-box {
    width: 90%;
    margin: 0 auto;
}

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
    color: #0e2d4f;
    line-height: 1.2;
    margin-bottom: 0.5rem;
   
}

h1 {
    font-size: 2.9rem;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    
     text-align: left;
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

a {	
	text-decoration: none;
    color: #0f0f0f;
		
}

@media screen and (max-width:1440px) {
     h1 {
        font-size: 2.3rem;
    }
   
}
@media screen and (max-width:1199px) {
     h1 {
        font-size: 2.2rem;
         margin: 4rem 0 2rem 0;
    }
    h2 {
        font-size: 1.3rem;
    }
    h3 {
        font-size: 1rem;
    }
}
@media screen and (max-width:479px) {
     h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1rem;
    }
    h3 {
        font-size: 1rem;
    }
    p {
        font-size: 0.8rem;
    }
}