:host {
  display: flex;
  width: 100%;
  align-content: streach;
  justify-content: space-between;
}

.static-columns-hide-mobile {
  display: block;
}

@media (max-width: 600px) {
  .static-columns-hide-mobile {
    display: none;
  }
}