#cadastrese{
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f0efef;
}

#cadastrese h1:nth-child(1) .texto-menor {
    font-size: 2rem;
    color: #2cb620;
}

#cadastrese h1:nth-child(1) {
    color: #0a7a00;
    font-family: "Exo 2";
    font-weight: 800;
    font-size: 3.8rem;
    font-style: italic;
    line-height: 54px;
    margin-bottom: 30px;
}

#cadastrese .card{
    border-radius: 0px 20px 20px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#cadastrese .card h3{
    color: #2cb620;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: italic;
}