.storepage-tilescard {
  background: linear-gradient(180deg, rgba(238, 248, 253, 0) 0%, #EEF8FD 100%);
  background-image: url("../../../images/bg-curve.png");
  padding-bottom: 75px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.storepage-tilescard .linebar-heading {
  text-align: center;
  width: auto;
  margin: 0 0 25px;
  font-family: "HvDTrial Brandon Grotesque Med";
  font-size: 18px;
  line-height: 19px;
  color: #0062A5;
  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: 16x 22px 10px;
}
.storepage-tilescard .card .card-body .photo-tile-figure {
  margin-bottom: 30px;
}
.storepage-tilescard .card .card-body .card-title {
  font-family: "HvDTrial Brandon Grotesque Med";
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #525249;
  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: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #5a5d66;
}
@media (max-width: 767.98px) {
  .storepage-tilescard .card .card-body .card-text {
    font-size: 12px;
    line-height: 18px;
  }
}

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