.region-card {
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  min-height: 230px;
  aspect-ratio: 4/3;
  padding: 0;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 990px) {
  .region-card {
    aspect-ratio: 3/4;
  }
}
.region-card .card-body {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  height: 66%;
}
.region-card .card-body img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.region-card .card-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 33%;
}
.region-card .card-footer .region-card-link {
  color: black;
}
.region-card .card-footer .region-card-link:hover {
  color: #13643d;
  text-decoration: underline;
}
.region-card .card-footer p {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=card-region.css.map */
