.hhw-collection,
.gbb-row-wrapper:has(.align-self-center h4) {
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
}

.hhw-collection > .bb-inner > .bb-container,
.gbb-row-wrapper:has(.align-self-center h4) > .bb-inner > .bb-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

.hhw-collection .row.row-wrapper,
.gbb-row-wrapper:has(.align-self-center h4) .row.row-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  row-gap: 24px;
}

.hhw-collection .gsc-column.col-xl-12,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-xl-12 {
  width: 100%;
  flex: 0 0 100%;
}

.hhw-collection .gsc-column.col-xl-4,
.hhw-collection .gsc-column.col-lg-4,
.hhw-collection .gsc-column.col-md-4,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-xl-4,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-lg-4,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-md-4 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

.hhw-collection .gsc-column.col-xl-4 .column-inner,
.hhw-collection .gsc-column.col-lg-4 .column-inner,
.hhw-collection .gsc-column.col-md-4 .column-inner,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-xl-4 .column-inner,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-lg-4 .column-inner,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-md-4 .column-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.hhw-collection .gsc-column.col-xl-4 .column-content-inner,
.hhw-collection .gsc-column.col-lg-4 .column-content-inner,
.hhw-collection .gsc-column.col-md-4 .column-content-inner,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-xl-4 .column-content-inner,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-lg-4 .column-content-inner,
.gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-md-4 .column-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
}

.hhw-collection .widget.gsc-image,
.gbb-row-wrapper:has(.align-self-center h4) .widget.gsc-image {
  margin-bottom: 12px;
}

.hhw-collection .column-content,
.gbb-row-wrapper:has(.align-self-center h4) .column-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
  text-align: center;
}

.hhw-collection h3,
.gbb-row-wrapper:has(.align-self-center h4) h3 {
  margin-bottom: 10px;
}

.hhw-collection p,
.gbb-row-wrapper:has(.align-self-center h4) p {
  margin-bottom: 0;
  /* max-width: 280px; */
}

.hhw-collection p:empty,
.gbb-row-wrapper:has(.align-self-center h4) p:empty {
  display: none;
}

.gbb-row-wrapper:has(.align-self-center h4) .align-self-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gbb-row-wrapper:has(.align-self-center h4) .align-self-center .column-inner,
.gbb-row-wrapper:has(.align-self-center h4) .align-self-center .column-content-inner,
.gbb-row-wrapper:has(.align-self-center h4) .align-self-center .column-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gbb-row-wrapper:has(.align-self-center h4) .align-self-center h4 {
  margin: 0;
}

@media (max-width: 767px) {
  .hhw-collection > .bb-inner > .bb-container,
  .gbb-row-wrapper:has(.align-self-center h4) > .bb-inner > .bb-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hhw-collection .gsc-column.col-xl-4,
  .hhw-collection .gsc-column.col-lg-4,
  .hhw-collection .gsc-column.col-md-4,
  .gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-xl-4,
  .gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-lg-4,
  .gbb-row-wrapper:has(.align-self-center h4) .gsc-column.col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .gbb-row-wrapper:has(.align-self-center h4) .align-self-center {
    order: 2;
  }
}