/* SCSS RGB */
/** Styles for the home page content **/
.quality-row ul, .search-inset ul {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
}

.quality-row li, .search-inset li {
  line-height: 1.8rem;
  text-align: center;
}

.quality-p {
  padding-left: 10%;
  padding-right: 10%;
}

div.art-card-wrapper {
  margin-bottom: 40px;
  min-height: 500px;
  max-width: 25%;
  min-width: 350px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid rgb(45, 49, 66);
  padding: 0px !important;
  background-color: white;
}

div.art-card {
  margin: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.art-card-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

div.art-card-text {
  min-height: 200px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  align-self: baseline;
  text-align: center;
}

.search-inset {
  padding-top: 30px;
  width: 80%;
  height: 200px;
  background-color: rgb(143, 173, 136);
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
}

.search-inset p {
  font-size: 2rem;
  text-align: center;
}/*# sourceMappingURL=home.css.map */