.get-store__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -1rem;
}
.get-store__cards > * {
  margin: 0 8px 1rem;
  width: calc(33.3333333333% - 16px);
}
.get-store__card {
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #161616;
}
.get-store__card-text {
  margin-top: 1.5rem;
  color: var(--white-08);
}
@media (max-width: 768px) {
  .get-store__cards {
    margin: unset;
  }
  .get-store__cards > * {
    margin: unset;
    width: 100%;
  }
  .get-store__card {
    padding: 24px;
  }
  .get-store__card-text {
    font-size: 14px;
    line-height: 140%;
  }
  .get-store__card:not(:last-child) {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=get-store.css.map */
/*# sourceMappingURL=get-store.css.map */