.buscaInteressado__scroll {
    border: none;
    position: relative;
}
@media screen and (min-width: 660px) and (min-height: 320px) {
    .buscaInteressado__scroll {
        height: 360px;
    }
}
@media screen and (max-width: 659px) and (min-height: 690px) {
    .buscaInteressado__scroll {
        height: 94vh;
    }
}
@media screen and (max-width: 659px) and (max-height: 689px) and (min-height: 530px) {
    .buscaInteressado__scroll {
        height: 92vh;
    }
}
@media screen and (max-width: 659px) and (max-height: 529px) and (min-height: 450px) {
    .buscaInteressado__scroll {
        height: 91vh;
    }
}
@media screen and (max-width: 659px) and (max-height: 449px) and (min-height: 360px) {
    .buscaInteressado__scroll {
        height: 88vh;
    }
}
@media screen and (max-width: 659px) and (max-height: 359px) and (min-height: 260px) {
    .buscaInteressado__scroll {
        height: 83vh;
    }
}