
@media screen and (min-width: 660px) and (min-height: 320px) {
    .novoInteressado__scroll {
        height: 260px;
    }
}
@media screen and (max-width: 659px) and (min-height: 450px) {
    .novoInteressado__scroll {
        height: 100vh;
    }
}
@media screen and (max-width: 659px) and (max-height: 449px) and (min-height: 360px) {
    .novoInteressado__scroll {
        height: 88vh;
    }
}
@media screen and (max-width: 659px) and (max-height: 359px) and (min-height: 260px) {
    .novoInteressado__scroll {
        height: 83vh;
    }
}