@import url('https://fonts.googleapis.com/css2?family=Nuosu+SIL&display=swap');

body{
    margin:0;
}

.aboutus{
    width: 100%;
    margin-top: 5%;
    text-align: center;
    height: auto;
    font-family: 'Nuosu SIL', serif;
    font-size: 18px;
}

.icon{
    float:left;
    width:20%;
    margin-bottom: 60px;
}

.icon h2{
    font-size: 24px;
    margin: 0;
}

.icon h1{
    font-size: 30px;
    margin-top: 5px;
}

.about-text{
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    padding-top: 20px;
}

.brand{
  margin-top: 300px;  
  margin-bottom: 150px;
}
.branc-logo{
    float: left;
    width: 20%;
    height: 100px;
}

footer{
    width:100%;
    height: 40px;
    background-color:  #005AAB;
    text-align:center;
}

