.section-text-banner {
  padding-block: 8rem;
  overflow: hidden;
}
.section-text-banner.add-steam {
  padding-bottom: 0;
}
.section-text-banner .text {
  margin-bottom: 3rem;
}
.section-text-banner .image {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.section-text-banner .image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.section-text-banner .buttons {
  text-align: center;
}
.section-text-banner .steam-container {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  pointer-events: none;
}
.section-text-banner .steam-container .steam-grill {
  display: flex;
  justify-content: center;
}
.section-text-banner .steam-container .steam-grill img {
  display: block;
}
@media (max-width: 61.9375rem) {
  .section-text-banner {
    padding-block: 8rem;
  }
}
@media (max-width: 47.9375rem) {
  .section-text-banner {
    padding-block: 4rem;
  }
}

/*# sourceMappingURL=block.css.map */
