#section-04{

body { 
    color: red;
    background-color: #d9d2cb;
    margin: 0;
}

h1 { 
    font-size: 90px;
    letter-spacing: -0.06em;
    text-align: center;
    font-weight: 500;
    margin: 30px 0;
}

.about-us-header { 
   margin: 10px 0px 100px  ;
   padding: 0px 60px;
}



.main-text { 
    font-size: 16px;
    max-width: 50%;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    margin-left: 25%;
    padding-right: 7%;
}

.second-text {  
    font-size: 12px;
    font-weight: 500;
    max-width: 100px;
    margin: -150px 0px 0px 0px;
    text-transform: lowercase;
}

/* 
header { 
    width: 100%;
}
*/

img { 
    width: 100%;
    display: block;
}

section { 
    display: flex;
    justify-content: center;
    align-items: center;
}

.textes { 
    max-width: 1100px;
    display: flex;
    justify-content:flex-start;
    padding: 80px 40px;
}

}
