*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(200, 240, 167);
}

header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
header h2, h4{
    margin-top: 25px;
}
header .especial1{
    width: 100%;
    max-width: 760px;
}

section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section h4{
    margin-top: 35px;
}
section h5{
    width: 100%;
    max-width: 760px;
    font-weight: normal;
    line-height: 18px;
    text-align: justify;
    margin-top: 28px;
}
section h6{
    font-size: 12px;
    font-weight: normal;
    margin-top: 28px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}
section .img1{
    width: 100%;
    max-width: 550px;
    margin-top: 30px;
}
section .img2{
    margin-top: 30px;
}
section .img5{
    margin-top: 30px;
}
section .img6{
    margin-top: 30px;
}
section .img7{
    margin-top: 30px;
}
section .img8{
    margin-top: 30px;
    width: 100%;
    max-width: 760px;
}
section .img9{
    margin-top: 30px;
}
section .img10{
    margin-top: 30px;
}
section .final{
    margin-bottom: 30px;
}