/* Use the same responsive gutter as the surrounding home-page cards. */
.home-screen > .hx-reward-entry {
  width: auto;
  margin-top: 14px;
  margin-bottom: 0;
}
html[lang] .home-screen > .home-exchange-card,
html[lang] .home-screen > .home-features,
html[lang] .home-screen > .hx-reward-entry {
  margin-right: var(--home-section-gutter, 15px);
  margin-left: var(--home-section-gutter, 15px);
}
@media (max-width: 374px) {
  html[lang] .home-screen > .home-exchange-card,
  html[lang] .home-screen > .home-features,
  html[lang] .home-screen > .hx-reward-entry {
    margin-right: 10px;
    margin-left: 10px;
  }
}
