.gn-reviewed-guts {
  margin: 56px 0 0;
}

.gn-section-head .gn-eyebrow {
  margin-bottom: 10px !important;
}

.gn-section-head h2 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--gn-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gn-ink) !important;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  letter-spacing: -.025em;
}

.gn-section-head h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 72px;
  height: 3px;
  border-radius: 99px;
  background: var(--gn-teal);
}

.gn-section-head h2::before {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

.gn-section-head > div > p:last-child {
  margin: 9px 0 0 !important;
}

.gn-products {
  padding-top: 72px;
}

@media (max-width: 782px) {
  .gn-reviewed-guts {
    margin-top: 36px;
  }

  .gn-section-head h2 {
    padding-bottom: 11px !important;
    font-size: 25px;
  }

  .gn-products {
    padding-top: 54px;
  }
}
