<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    background-color: #001835;
    min-height:900px;
    color: white;
}

#about-us{
    padding: 25px;
    background-color:#00aeff36;
    margin: auto;
    height:75%;
    width:45%;
    text-align: center;
    color: white;
    position: absolute;
    top:200px;
    left:0px;
    right:0px;
}

#about-us lottie-player{
    margin:auto;
    width: 68px;
    height: 68px;
}
/* Mobile */
@media only screen and (max-width:1250px){
    #about-us{
        width: 90%;
        height: fit-content;
    }
}</pre></body></html>