.card {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 1rem;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 100%;
  background-color: white;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.card .card-content {
  padding: 2rem;
}
.card .card-header {
  position: relative;
  background-color: black;
}

.view-hospitals {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.view-hospitals .view-content {
  display: flex;
  gap: 0.75rem;
  overflow-x: scroll;
  padding: 0 1rem 1rem;
}