.storepage-tilescard {
  padding-bottom: 75px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: 0px -15px;
}
.storepage-tilescard .linebar-heading {
  text-align: center;
  width: auto;
  margin: 0 0 25px;
  font-family: "Recia Bold";
  font-size: 18px;
  line-height: 19px;
  color: #00203D;
  font-weight: normal;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .storepage-tilescard .linebar-heading {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }
}
.storepage-tilescard .card {
  background-color: transparent;
}
.storepage-tilescard .card .card-body {
  background-color: #ffffff;
  padding: 16px 22px 10px;
}
.storepage-tilescard .card .card-body .photo-tile-figure {
  margin-bottom: 30px;
}
.storepage-tilescard .card .card-body .card-title {
  font-family: "Recia Bold";
  font-size: 18px;
  line-height: 26px;
  color: #00203D;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .storepage-tilescard .card .card-body .card-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.storepage-tilescard .card .card-body .card-text {
  font-family: "Helvetica Neue Regular";
  font-size: 16px;
  line-height: 26px;
  color: #00203D;
}
@media (max-width: 767.98px) {
  .storepage-tilescard .card .card-body .card-text {
    font-size: 12px;
    line-height: 18px;
  }
}

/*# sourceMappingURL=tilesCard.css.map*/