/* section css ****************************************************************************************/

section .wrraper{
    margin: 50px 5%;
    width: 1200px;
}

section h1{
    color: var(--orange);
    font-size: 1.8em;
    margin-bottom: 50px;
    text-align: center;
}

section .wrraper > p{
    margin:30px 0px;
}

section ul{
    font-size: 1em;
} 

section ul h2{
    font-size: 1.3em;
}  

section .wrraper > ul > li{
    margin-bottom: 40px;
}

section ul li ul{
    list-style-type:disc;
    margin-left: 15px;
} 