.tab-content-block {
  display: none;
}
.tab-content-block.active {
  display: block;
}

@media (min-width:769px) {
  .tabs-wrapper {
    align-self: center;
  }
}
@media (max-width:768px) {
  .catalog_banner__wrapper {
      display:none;
  }
}
