*{
    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: 22px;
}
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: 22px;
}
section h6{
    font-size: 12px;
    width: 100%;
    max-width: 480px;
    text-align: center;
    font-weight: normal;
    margin-top: 27px;
}
section .im1{
    margin-top: 27px;
}
section .im2{
    margin-top: 27px;
}
section .im3{
    margin-top: 27px;
}
section .im4{
    margin-top: 27px;
}
section .im5{
    margin-top: 27px;
}
section .im6{
    margin-top: 27px;
}
section .im7{
    margin-top: 27px;
}
section .im8{
    margin-top: 27px;
}
section .im9{
    margin-top: 27px;
    margin-bottom: 27px;
}