.featured-card {
  border-radius: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.featured-card__image {
  width: 274px;

  @media screen and (max-width: 699px) {
    width: 164px;
  }
}

@media screen and (max-width: 699px) {
  .shopify-section--featured-cards .section-header {
    justify-items: center;
    text-align: center;
  }
}
