/* =============================================
   4B PLUS - ABOUT PAGE
   Scoped native template styles for /about-us/
   ============================================= */

.site-main.fourbplus-about {
  width: 100%;
  max-width: none !important;
  padding: 0;
}

.fourbplus-about {
  --fourbplus-about-header-height: 96px;
  --about-dark: #001c38;
  --about-ink: #1f1f1f;
  --about-muted: #626f7d;
  --about-green: #007a24;
  --about-blue: #0164cb;
  --about-soft: #f3fbf2;
  --about-line: rgba(0, 28, 56, 0.12);
  --about-radius: 8px;
  background: #ffffff;
  color: var(--about-ink);
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  overflow: hidden;
}

.fourbplus-about *,
.fourbplus-about *::before,
.fourbplus-about *::after {
  box-sizing: border-box;
}

.fourbplus-about-page .fourbplus-primary-menu a[href$="/about-us/"],
.fourbplus-about-page .fourbplus-offcanvas-nav a[href$="/about-us/"] {
  color: var(--about-blue) !important;
}

.fourbplus-about-kicker {
  margin: 0 0 14px;
  color: var(--about-green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.fourbplus-about h1,
.fourbplus-about h2,
.fourbplus-about h3 {
  margin: 0;
  font-family: "Manrope", var(--fourbplus-font-heading), sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.fourbplus-about p {
  margin: 0;
}

.fourbplus-about-hero {
  min-height: calc(100vh - var(--fourbplus-about-header-height));
  position: relative;
  display: grid;
  align-items: stretch;
  background: var(--about-dark);
}

@supports (min-height: 100svh) {
  .fourbplus-about-hero {
    min-height: calc(100svh - var(--fourbplus-about-header-height));
  }
}

.fourbplus-about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.fourbplus-about-hero__overlay {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  background: transparent;
}

.fourbplus-about-hero__content {
  width: 100%;
  max-width: 676px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 48px;
  padding-top: clamp(64px, 8vh, 112px);
  padding-bottom: clamp(64px, 8vh, 112px);
  color: #ffffff;
}

.fourbplus-about-hero h1 {
  max-width: 520px;
  margin: 0;
  color: #e2e2e2;
  font-family: "Sora", var(--fourbplus-font-body), sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.fourbplus-about-hero h1 span,
.fourbplus-about-split h2 span,
.fourbplus-about-future h2 {
  color: var(--about-green);
}

.fourbplus-about-hero__content > p:not(.fourbplus-about-kicker) {
  max-width: 503px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.fourbplus-about-metrics {
  background: #f2f4f6;
  border-bottom: 1px solid var(--about-line);
}

.fourbplus-about-metrics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 72px);
}

.fourbplus-about-metric {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.fourbplus-about-metric strong {
  color: #0086e3;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  line-height: 1;
}

.fourbplus-about-metric span {
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.45;
}

.fourbplus-about-split {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #ffffff;
}

.fourbplus-about-split--image-right .fourbplus-about-split__media {
  order: 2;
}

.fourbplus-about-split__media {
  min-height: 680px;
  margin: 0;
  background: #f0f0f0;
  overflow: hidden;
}

.fourbplus-about-split__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fourbplus-about-split--section-0 .fourbplus-about-split__media {
  background: #ffffff;
}

.fourbplus-about-split--section-0 .fourbplus-about-split__media img {
  object-fit: cover;
  object-position: center center;
}

.fourbplus-about-split--section-0 .fourbplus-about-kicker,
.fourbplus-about-split--section-0 h2,
.fourbplus-about-split--section-0 .fourbplus-about-split__copy > p:not(.fourbplus-about-kicker) {
  color: #1f1f1f;
}

.fourbplus-about-split--section-0 h2 span {
  display: block;
  color: #00b032;
}

.fourbplus-about-split--section-1 .fourbplus-about-kicker,
.fourbplus-about-split--section-1 h2,
.fourbplus-about-split--section-1 .fourbplus-about-split__body-heading,
.fourbplus-about-split--section-1 .fourbplus-about-split__bullets,
.fourbplus-about-split--section-1 .fourbplus-about-split__copy > p:not(.fourbplus-about-kicker) {
  color: #1f1f1f;
}

.fourbplus-about-split--section-1 h2 span {
  display: block;
  color: #00b032;
}

.fourbplus-about-split--section-1 .fourbplus-about-split__media img {
  object-position: center center;
}

.fourbplus-about-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: clamp(58px, 7vw, 96px) 80px;
}

.fourbplus-about-split h2,
.fourbplus-about-section-heading h2,
.fourbplus-about-future h2 {
  font-size: 52px;
  line-height: 60px;
}

.fourbplus-about-split__copy > p:not(.fourbplus-about-kicker) {
  max-width: 560px;
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.45;
}

.fourbplus-about-split__body-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.fourbplus-about-split__bullets {
  display: grid;
  gap: 22px;
  max-width: 560px;
  margin: 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.45;
}

.fourbplus-about-split__bullets strong {
  font-weight: 700;
}

.fourbplus-about-stockists,
.fourbplus-about-family,
.fourbplus-about-team {
  background: var(--about-soft);
  padding: clamp(62px, 7vw, 96px) 0;
}

.fourbplus-about-section-heading {
  max-width: 1512px;
  margin: 0 auto clamp(34px, 4vw, 56px);
  text-align: center;
}

.fourbplus-about-section-heading h2 {
  color: var(--about-ink);
}

.fourbplus-about-family .fourbplus-about-section-heading {
  max-width: 1512px;
  padding-left: 80px;
  padding-right: 80px;
}

.fourbplus-about-family .fourbplus-about-section-heading h2 span {
  color: #37b44a;
}

.fourbplus-about-family .fourbplus-about-section-heading > p:not(.fourbplus-about-kicker) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #1f1f1f;
  line-height: 1.45;
}

.fourbplus-about-section-heading > p:not(.fourbplus-about-kicker) {
  margin-top: 16px;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.65;
}

.fourbplus-about-stockists .fourbplus-home-stockists__marquee {
  margin-top: 0;
}

.fourbplus-about-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fourbplus-about-product-card,
.fourbplus-about-team-card {
  border-radius: var(--about-radius);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.fourbplus-about-product-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.fourbplus-about-product-card:hover,
.fourbplus-about-product-card:focus-within {
  transform: scale(1.025);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.fourbplus-about-product-card__media {
  width: 100%;
  aspect-ratio: 2746 / 1202;
  margin: 0;
  overflow: hidden;
  background: #f0f0f0;
}

.fourbplus-about-product-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fourbplus-about-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

.fourbplus-about-product-card__heading {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.fourbplus-about-product-card h3 {
  flex: 1 1 auto;
  min-width: 0;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.fourbplus-about-product-card__heading span {
  flex: 0 0 auto;
  max-width: 46%;
  padding: 8px;
  border-radius: 8px;
  background: #d3ffa8;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}

.fourbplus-about-product-card p,
.fourbplus-about-team-card p,
.fourbplus-about-team-card span,
.fourbplus-about-future p {
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.6;
}

.fourbplus-about-product-card p {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.35;
}

.fourbplus-about-csr {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #ffffff;
}

.fourbplus-about-csr__media {
  min-height: 680px;
  margin: 0;
  overflow: hidden;
}

.fourbplus-about-csr__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.fourbplus-about-csr__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: clamp(58px, 7vw, 96px) 80px;
  color: #1f1f1f;
}

.fourbplus-about-csr .fourbplus-about-kicker,
.fourbplus-about-csr h2,
.fourbplus-about-csr p {
  color: #1f1f1f;
}

.fourbplus-about-csr h2 {
  margin: 0;
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -1px;
}

.fourbplus-about-csr h2 span {
  color: #37b44a;
}

.fourbplus-about-csr__copy > p:not(.fourbplus-about-kicker) {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.45;
}

@media (prefers-reduced-motion: reduce) {
  .fourbplus-about-product-card,
  .fourbplus-about-meaning__pillar {
    transition: none;
  }

  .fourbplus-about-product-card:hover,
  .fourbplus-about-product-card:focus-within,
  .fourbplus-about-meaning__pillar:hover,
  .fourbplus-about-meaning__pillar:focus-within {
    transform: none;
  }
}

.fourbplus-about-meaning {
  padding: 80px 0;
  background:
    linear-gradient(180deg, #f2fff2 48.077%, #ffffff 100%),
    #ffffff;
}

.fourbplus-about-meaning__inner {
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.fourbplus-about-meaning__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #1f1f1f;
  text-align: center;
}

.fourbplus-about-meaning__heading .fourbplus-about-kicker,
.fourbplus-about-meaning__heading h2 {
  color: #1f1f1f;
}

.fourbplus-about-meaning__heading .fourbplus-about-kicker {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.fourbplus-about-meaning__heading h2 {
  margin: 0;
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
}

.fourbplus-about-meaning__heading h2 span {
  color: #37b44a;
}

.fourbplus-about-meaning__body {
  display: grid;
  grid-template-columns: 368px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.fourbplus-about-meaning__symbols {
  width: 368px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fourbplus-about-meaning__symbol {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #1f1f1f;
}

.fourbplus-about-meaning__symbol > strong {
  color: #0164cb;
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
}

.fourbplus-about-meaning__symbol div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fourbplus-about-meaning__symbol h3,
.fourbplus-about-meaning__symbol p {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.45;
}

.fourbplus-about-meaning__symbol h3 {
  font-weight: 700;
}

.fourbplus-about-meaning__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.fourbplus-about-meaning__pillar {
  min-height: 336px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  background: var(--about-meaning-color);
  color: #ffffff;
  cursor: pointer;
  transform-origin: center;
  transition: transform 220ms ease;
  will-change: transform;
}

.fourbplus-about-meaning__pillar:hover,
.fourbplus-about-meaning__pillar:focus-within {
  transform: scale(1.025);
}

.fourbplus-about-meaning__pillar h3 {
  min-height: 150px;
  margin: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fourbplus-about-meaning__pillar div {
  min-height: 162px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fourbplus-about-meaning__pillar strong,
.fourbplus-about-meaning__pillar p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.fourbplus-about-meaning__pillar strong {
  font-weight: 700;
}

.fourbplus-about-meaning__pillar p {
  margin: 0;
}

.fourbplus-about-team {
  padding: 80px 0;
  background:
    linear-gradient(180deg, #f2fff2 48.077%, #ffffff 100%),
    #ffffff;
}

.fourbplus-about-team__inner {
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.fourbplus-about-team__heading h2 {
  margin: 0;
  color: #1f1f1f;
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
}

.fourbplus-about-team__heading h2 span {
  color: #00b032;
}

.fourbplus-about-team__groups {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.fourbplus-about-team__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
  max-width: 958px;
  margin: 0 auto;
}

.fourbplus-about-team__group--1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #37e552;
}

.fourbplus-about-team-card {
  width: 298px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 0 0 16px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.09);
  text-align: center;
}

.fourbplus-about-team-card--with-bio {
  min-height: 494px;
}

.fourbplus-about-team-card__media {
  width: 100%;
  height: 280px;
  margin: 0;
  overflow: hidden;
  background: #eef2ee;
}

.fourbplus-about-team-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.fourbplus-about-team-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.fourbplus-about-team-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 0 16px;
}

.fourbplus-about-team-card h3 {
  margin: 0;
  color: #1f1f1f;
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fourbplus-about-team-card p,
.fourbplus-about-team-card span {
  margin: 0;
  color: #1d7ada;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.fourbplus-about-team-card__bio {
  padding: 0 16px;
  color: #1f1f1f !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.fourbplus-about-future {
  background: #ffffff;
}

.fourbplus-about-future__map {
  margin: 0;
  aspect-ratio: 2000 / 574;
  background: var(--about-dark);
  overflow: hidden;
}

.fourbplus-about-future__map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.fourbplus-about-future__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 80px;
}

.fourbplus-about-future__heading,
.fourbplus-about-future__body {
  flex: 1 1 0;
  min-width: 0;
}

.fourbplus-about-future__heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fourbplus-about-future__heading .fourbplus-about-kicker {
  width: min(573px, 100%);
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.fourbplus-about-future__heading h2 {
  margin: 0;
  color: #37b44a;
  font-family: "Manrope", var(--fourbplus-font-body), sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
}

.fourbplus-about-future__body {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.22;
}

.fourbplus-about-future__body p {
  margin: 0 0 16px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.22;
}

.fourbplus-about-future__body p:last-child {
  margin-bottom: 0;
}

.fourbplus-about-quote {
  padding: clamp(70px, 7vw, 112px) 16px;
  background: var(--about-dark);
  color: #dedede;
  text-align: center;
}

.fourbplus-about-quote blockquote {
  max-width: 1020px;
  margin: 0 auto;
}

.fourbplus-about-quote p {
  color: #dedede;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}

.fourbplus-about-quote cite {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  font-style: normal;
}

.fourbplus-about-quote strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.fourbplus-about-quote span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .fourbplus-about-split,
  .fourbplus-about-csr {
    grid-template-columns: 1fr;
  }

  .fourbplus-about-split--image-right .fourbplus-about-split__media {
    order: 0;
  }

  .fourbplus-about-split__media {
    min-height: 420px;
  }

  .fourbplus-about-csr__media {
    min-height: 520px;
  }

  .fourbplus-about-meaning__body {
    grid-template-columns: 1fr;
  }

  .fourbplus-about-meaning__symbols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fourbplus-about-team__inner {
    padding: 0 40px;
  }

  .fourbplus-about-team__group {
    max-width: 628px;
  }
}

@media (max-width: 860px) {
  .fourbplus-about {
    --fourbplus-about-header-height: 88px;
  }

  .fourbplus-about-hero {
    min-height: calc(100vh - var(--fourbplus-about-header-height));
  }

  @supports (min-height: 100svh) {
    .fourbplus-about-hero {
      min-height: calc(100svh - var(--fourbplus-about-header-height));
    }
  }

  .fourbplus-about-hero__image {
    object-position: 58% center;
  }

  .fourbplus-about-hero__overlay {
    align-items: flex-start;
    background: transparent;
  }

  .fourbplus-about-hero__content {
    max-width: 620px;
    padding-left: 40px;
    padding-right: 32px;
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .fourbplus-about-hero h1 {
    font-size: 48px;
    line-height: 1.12;
  }

  .fourbplus-about-hero__content > p:not(.fourbplus-about-kicker) {
    font-size: 18px;
  }

  .fourbplus-about-metrics__grid,
  .fourbplus-about-product-grid {
    grid-template-columns: 1fr;
  }

  .fourbplus-about-split__copy,
  .fourbplus-about-csr__copy {
    padding: 46px 24px;
  }

  .fourbplus-about-meaning__inner {
    padding: 0 24px;
  }

  .fourbplus-about-team__inner {
    padding: 0 24px;
  }

  .fourbplus-about-team__groups {
    gap: 48px;
  }

  .fourbplus-about-future__content {
    flex-direction: column;
    padding: 56px 24px;
  }

  .fourbplus-about-meaning__pillars {
    grid-template-columns: 1fr;
  }

  .fourbplus-about-meaning__pillar {
    min-height: 0;
  }

  .fourbplus-about-meaning__pillar h3,
  .fourbplus-about-meaning__pillar div {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .fourbplus-about .fourbplus-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fourbplus-about-hero h1 {
    font-size: 42px;
    line-height: 1.2;
  }

  .fourbplus-about-hero__content {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 52px;
    padding-bottom: 28px;
  }

  .fourbplus-about-hero__content > p:not(.fourbplus-about-kicker) {
    font-size: 16px;
  }

  .fourbplus-about-split h2,
  .fourbplus-about-section-heading h2,
  .fourbplus-about-csr h2,
  .fourbplus-about-meaning__heading h2,
  .fourbplus-about-team__heading h2,
  .fourbplus-about-future h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .fourbplus-about-meaning__inner {
    padding: 0 18px;
  }

  .fourbplus-about-meaning__symbols {
    grid-template-columns: 1fr;
  }

  .fourbplus-about-meaning__symbol > strong {
    font-size: 42px;
    line-height: 1.14;
  }

  .fourbplus-about-meaning__pillar h3 {
    font-size: 30px;
  }

  .fourbplus-about-team {
    padding: 64px 0;
  }

  .fourbplus-about-team__inner {
    padding: 0 18px;
  }

  .fourbplus-about-team__group {
    gap: 24px;
  }

  .fourbplus-about-team-card {
    width: min(298px, 100%);
  }

  .fourbplus-about-future__content {
    padding: 48px 18px;
  }

  .fourbplus-about-future__heading h2 {
    font-size: 34px;
    line-height: 1.14;
  }
}
