#genderModal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

@media (max-width: 576px) {
  #genderModal .modal-body {
    max-height: 70vh;
  }
}
