   
header{background-color: #000306;
    position: unset;}

.container{width: 100%;
display: flex;
margin-top: 5%;
margin-bottom: 5%;
justify-content: center;
align-items: center;
}

.content{width: 90%;
}

.content p{font-family: 'Rubik';
font-size: 16px;
line-height: 32px;
margin-top: 10px;}

.orange-color{color:orange;
font-weight: bold;
text-transform: uppercase;}

.about{display: flex;
width: 100%;
justify-content: center;
margin-top: 20px;}

.about-img{width: 50%;
}

.about-img img{width: 100%;}

.about-p{width: 47%;
margin-left: 3%;
}

.about-p img{width: 100%;}

h2{font-family:'Rubik';
font-size:23px;
line-height: 42px;
margin-top: 10px;
}

.first-h2{margin-top: 0px;}

ol{margin: 0px;
padding: 0px;}

ol li{    font-family: 'Rubik';
    margin-left: 0%;
    margin-top: 10px;
list-style:none;
font-weight: bold;
} 

.ol-one{margin: 0px;
padding: 0px;}

.li-one{font-family: 'Rubik';
list-style:disc;
margin-left: 5%;
margin-top: 5px;
line-height: 30px;
font-weight: normal;}

.ol-three{margin: 0px;
padding: 0px;}

.li-three{font-family: 'Rubik';
list-style:number;
margin-left: 5%;
margin-top: 5px;
line-height: 30px;
font-weight: normal;}

 
h1{font-family: 'Rubik';
font-size: 25px;
line-height: 35px;
}

.policy-h1{text-align: center;}

.abc{margin-left: 1%;}

.email{font-size: 18px;
font-family: 'Rubik';}

.contact-color{color:orangered;}

@media(max-width:900px){
    .about{flex-direction: column;}
    .about-img{width: 100%;}
    .about-p{width: 100%;
    margin-left: 0%;}
    .abouttwo{flex-direction: column-reverse;}

}