  
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;}

.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%;}

@media(max-width:900px){
    .about{flex-direction: column;}
    .about-img{width: 100%;}
    .about-p{width: 100%;
    margin-left: 0%;}
    .abouttwo{flex-direction:column-reverse;}

}