.exhibit-card {
  width: 100%;
  background: #FAF7F7;
  box-shadow: 0px 15px 20px #DFD9CE;
  border-radius: 15px;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .exhibit-card {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .exhibit-card {
    min-width: 300px;
    max-width: 350px;
    margin: 0 auto 10px;
  }
}
.exhibit-card img {
  border-radius: 10px 10px 0px 0px;
  height: 300px;
  margin: 0 auto;
}
.exhibit-card .name-and-subtitle {
  margin-top: 30px;
  padding: 0 20px;
  min-height: 130px;
}
.exhibit-card .name-and-subtitle h3 {
  font-weight: 800;
  font-size: 17px;
  line-height: 23px;
  color: #142E38;
  margin-bottom: 13px;
}
.exhibit-card .name-and-subtitle p {
  margin: 16px 0 38px;
}
.exhibit-card .card-button {
  height: 40px;
  display: flex;
}
.exhibit-card .card-button a {
  min-width: 170px;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.exhibit-card .card-button a:after {
  top: 17px;
}
.exhibit-card .card-button .format-photo {
  width: 100%;
  background-color: #4F704E;
  background-position: center;
}
.exhibit-card .card-button .format-photo img {
  height: 33px;
  margin: 4px auto;
  max-width: 43px;
  width: 100%;
}
.exhibit-card .name-and-subtitle .subtitle {
  font-size: 12px;
  line-height: 16px;
}

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