.cards-h {
  margin-top: 5vh !important;
}
.card {
  align-items: center;
  min-height: 50vh !important;
  min-width: 50vh !important;
  max-height: 50vh !important;
  max-width: 50vh !important;
}
.card-text{
  text-align: justify;
}
.card-img-top {
  width: 50% !important;
  height: 9.5vh !important;
}

@media (max-width: 1514px), (max-height: 669px) {
  .card {
    font-size: 65%;
  }
  .card-title {
    font-size: 1rem;
  }
}

.cards-hm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-hm {
  display: grid;
  place-items: center;
}


@media (min-width: 1526px) {
  .card {
    align-items: center;
    min-height: 50vh !important;
    min-width: 30vh !important;
    max-height: 50vh !important;
    max-width: 30vh !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}


@media (max-width: 1525px) {
  .card {
    align-items: center;
    min-height: 50vh !important;
    min-width: 50vh !important;
    max-height: 50vh !important;
    max-width: 50vh !important;
  }
  .card-text {
    font-size: 80%;
  }
}
