@media (max-width: 979px) {
  .section-text-mobile-layout-swiper .section-text-blocks {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: calc(var(--spacing-1) * -1);
    padding-bottom: var(--spacing-1);
    -ms-overflow-style: none;
  }

  .section-text-mobile-layout-swiper .section-text-blocks::-webkit-scrollbar {
    display: none;
  }
}
