/* ABOUT US PAGE CSS */

/* --------------------------------------------------------------------------
   BAW-D ABOUT US OVERVIEW
   Scope root: .bawd-about-sales-block
   Route: /about
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block {
  --bawd-about-teal-ink: #083f4b;
  --bawd-about-teal-deep: #0d6e82;
  --bawd-about-teal-mid: #2998a7;
  --bawd-about-teal-soft: #7abfbe;
  --bawd-about-teal-mist: #e6f4f6;
  --bawd-about-off-white: #f8fafb;
  --bawd-about-text: #1c1c1c;
  --bawd-about-white: #ffffff;
  --bawd-about-border: #b8dbe1;
  --bawd-about-shadow-card: 0 8px 20px rgba(8, 63, 75, 0.08);

  width: 100%;
  max-width: 1180px;
  margin: 0 auto 2rem;
  overflow: hidden;
  color: var(--bawd-about-text);
  background: var(--bawd-about-white);
  border-radius: 0 0 10px 10px;
}

body.path-about .bawd-about-sales-block,
body.path-about .bawd-about-sales-block * {
  box-sizing: border-box;
}

body.path-about .bawd-about-sales-block img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* --------------------------------------------------------------------------
   HERO
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.92fr) minmax(390px, 1.08fr);
  gap: 0.75rem;
  width: 100%;
  max-width: 1080px;
  min-height: 350px;
  margin: 0 auto;
  padding: 10px 28px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 77% 40%,
      rgba(230, 244, 246, 0.95) 0%,
      rgba(230, 244, 246, 0.55) 42%,
      rgba(248, 250, 251, 0) 74%
    ),
    linear-gradient(
      90deg,
      var(--bawd-about-white) 0%,
      var(--bawd-about-off-white) 100%
    );
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 420px;
  padding: 1rem 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__title {
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: clamp(2.45rem, 3.25vw, 3.4rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0.005em;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__tagline {
  max-width: 410px;
  margin: 1rem 0 0;
  color: var(--bawd-about-teal-ink);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.28;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__text {
  max-width: 405px;
  margin: 0.9rem 0 0;
  color: var(--bawd-about-text);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.5;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__list {
  display: grid;
  gap: 0.45rem;
  max-width: 405px;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--bawd-about-teal-ink);
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 700;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bawd-about-teal-mid);
  border-radius: 50%;
  color: var(--bawd-about-teal-deep);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero__media {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero-image-slot {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-hero-image {
  width: 100%;
  max-width: 560px;
  max-height: 345px;
  object-fit: contain;
  object-position: center bottom;
}


/* --------------------------------------------------------------------------
   SHARED SECTION HEADINGS
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-section-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-section-title {
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: clamp(1.55rem, 1.9vw, 1.9rem);
  line-height: 1.15;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-section-intro {
  max-width: 620px;
  margin: 0.55rem auto 0;
  color: var(--bawd-about-teal-deep);
  font-size: 0.92rem;
  line-height: 1.4;
}


/* --------------------------------------------------------------------------
   WHAT BAW-D IS
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-platform {
  padding: 1.85rem 3.25rem 2rem;
  background: var(--bawd-about-white);
}

body.path-about .bawd-about-sales-block .bawd-about-sales-platform__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 920px;
  margin: 1.35rem auto 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-platform-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.65rem 0.85rem;
  min-width: 0;
  min-height: 180px;
  padding: 1.15rem;
  border: 1px solid var(--bawd-about-border);
  border-radius: 8px;
  background: var(--bawd-about-white);
  box-shadow: var(--bawd-about-shadow-card);
}

body.path-about .bawd-about-sales-block .bawd-about-sales-platform-card__icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bawd-about-teal-deep);
  color: var(--bawd-about-white);
  font-size: 1.45rem;
  line-height: 1;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-platform-card__title {
  align-self: center;
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-platform-card__text {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--bawd-about-text);
  font-size: 0.84rem;
  line-height: 1.45;
}


/* --------------------------------------------------------------------------
   ISTHMUS DIGITAL MEDIA GROUP
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-company {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 1.35rem 1.65rem;
  background:
    linear-gradient(
      100deg,
      rgba(230, 244, 246, 0.8),
      rgba(248, 250, 251, 0.95)
    );
  border-radius: 8px;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-company__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 165px;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-company__logo-image {
  width: 100%;
  max-width: 175px;
  max-height: 155px;
  object-fit: contain;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-company__content {
  min-width: 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-company__title {
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: clamp(1.25rem, 1.65vw, 1.55rem);
  line-height: 1.2;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-company__text {
  margin: 0.65rem 0 0;
  color: var(--bawd-about-text);
  font-size: 0.88rem;
  line-height: 1.45;
}


/* --------------------------------------------------------------------------
   CONTRACTOR EXPERIENCE TO PLATFORM
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-history {
  padding: 1.85rem 3.25rem 1.65rem;
  background: var(--bawd-about-white);
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  max-width: 920px;
  margin: 1.5rem auto 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history__timeline::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 15%;
  left: 15%;
  border-top: 2px dotted var(--bawd-about-border);
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__number {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
  border: 2px solid var(--bawd-about-teal-deep);
  border-radius: 50%;
  background: var(--bawd-about-white);
  color: var(--bawd-about-teal-ink);
  font-size: 0.95rem;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__content {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__image-slot {
  display: flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--bawd-about-teal-mist);
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__image {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__copy {
  min-width: 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__title {
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__text {
  margin: 0.4rem 0 0;
  color: var(--bawd-about-text);
  font-size: 0.78rem;
  line-height: 1.42;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history__summary {
  display: flex;
  max-width: 840px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.5rem auto 0;
  padding: 0.65rem 1rem;
  background: var(--bawd-about-off-white);
  border-radius: 7px;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history__summary-icon {
  color: var(--bawd-about-teal-mid);
  font-size: 1.25rem;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-history__summary-text {
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: 0.85rem;
  line-height: 1.35;
  font-weight: 700;
}


/* --------------------------------------------------------------------------
   FOUNDER SNAPSHOT
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-founder {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  max-width: 920px;
  margin: 0 auto 1.5rem;
  padding: 1.25rem 1.5rem;
  background:
    linear-gradient(
      100deg,
      rgba(230, 244, 246, 0.78),
      rgba(248, 250, 251, 0.95)
    );
  border-radius: 8px;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-founder__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-founder__photo {
  width: 165px;
  height: 165px;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--bawd-about-border);
  border-radius: 50%;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-founder__content {
  min-width: 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-founder__title {
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: clamp(1.3rem, 1.65vw, 1.55rem);
  line-height: 1.2;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-founder__text {
  margin: 0.65rem 0 0;
  color: var(--bawd-about-text);
  font-size: 0.88rem;
  line-height: 1.48;
}


/* --------------------------------------------------------------------------
   WHO WE SERVE
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-audiences {
  padding: 0.25rem 3.25rem 2rem;
  background: var(--bawd-about-white);
}

body.path-about .bawd-about-sales-block .bawd-about-sales-audiences__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 960px;
  margin: 1.25rem auto 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-audience-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.65rem 0.75rem;
  min-width: 0;
  min-height: 165px;
  padding: 1rem;
  border: 1px solid var(--bawd-about-border);
  border-radius: 8px;
  background: var(--bawd-about-white);
}

body.path-about .bawd-about-sales-block .bawd-about-sales-audience-card__icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bawd-about-teal-deep);
  color: var(--bawd-about-white);
  font-size: 1.3rem;
  line-height: 1;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-audience-card__title {
  align-self: center;
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: 0.92rem;
  line-height: 1.18;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-audience-card__text {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--bawd-about-text);
  font-size: 0.79rem;
  line-height: 1.42;
}


/* --------------------------------------------------------------------------
   FINAL STATEMENT
   -------------------------------------------------------------------------- */

body.path-about .bawd-about-sales-block .bawd-about-sales-closing {
  padding: 1.35rem 3.25rem 1rem;
  background:
    linear-gradient(
      110deg,
      var(--bawd-about-teal-ink),
      var(--bawd-about-teal-deep)
    );
  color: var(--bawd-about-white);
  text-align: center;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-closing__title {
  margin: 0;
  color: var(--bawd-about-white);
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  line-height: 1.2;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-closing__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.25rem;
  margin: 1rem auto 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-closing__point {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--bawd-about-white);
  font-size: 0.88rem;
  line-height: 1.3;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-closing__point i {
  font-size: 1.2rem;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-closing__copyright {
  margin: 0.9rem 0 0;
  color: var(--bawd-about-teal-mist);
  font-size: 0.72rem;
  line-height: 1.3;
}


/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 1060px) {
  body.path-about .bawd-about-sales-block {
    max-width: 100%;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-hero {
    grid-template-columns: minmax(315px, 0.95fr) minmax(340px, 1.05fr);
    padding-right: 20px;
    padding-left: 20px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-platform,
  body.path-about .bawd-about-sales-block .bawd-about-sales-history,
  body.path-about .bawd-about-sales-block .bawd-about-sales-audiences,
  body.path-about .bawd-about-sales-block .bawd-about-sales-closing {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 860px) {
  body.path-about .bawd-about-sales-block .bawd-about-sales-platform__grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-platform-card {
    min-height: 0;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-history__timeline {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 620px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-history__timeline::before {
    display: none;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__number {
    margin-left: 24px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-audiences__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
  }
}

@media (max-width: 760px) {
  body.path-about .bawd-about-sales-block .bawd-about-sales-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
    padding: 1rem;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-hero__copy,
  body.path-about .bawd-about-sales-block .bawd-about-sales-hero__tagline,
  body.path-about .bawd-about-sales-block .bawd-about-sales-hero__text {
    max-width: 100%;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-hero__title {
    font-size: clamp(2.15rem, 9vw, 2.85rem);
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-hero__media {
    min-height: 310px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-hero-image-slot {
    position: relative;
    height: 310px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-hero-image {
    max-height: 310px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-company,
  body.path-about .bawd-about-sales-block .bawd-about-sales-founder {
    grid-template-columns: 1fr;
    max-width: 620px;
    text-align: center;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-company__logo {
    min-height: 0;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-company__logo-image {
    max-width: 170px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-founder__photo {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 560px) {
  body.path-about .bawd-about-sales-block .bawd-about-sales-platform,
  body.path-about .bawd-about-sales-block .bawd-about-sales-history,
  body.path-about .bawd-about-sales-block .bawd-about-sales-audiences {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-company,
  body.path-about .bawd-about-sales-block .bawd-about-sales-founder {
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 1.15rem;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__content {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__image-slot {
    width: 72px;
    height: 72px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-history-step__image {
    width: 58px;
    height: 58px;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-audiences__grid {
    grid-template-columns: 1fr;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-audience-card {
    min-height: 0;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-closing {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  body.path-about .bawd-about-sales-block .bawd-about-sales-closing__points {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* ABOUT US RESPONSIVE PLATFORM / ACCESS */

body.path-about .bawd-about-sales-block .bawd-about-sales-access {
  padding: 1.85rem 3.25rem;
  background:
    linear-gradient(
      135deg,
      #fff4d6,
      #fff9e8
    );
  text-align: center;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__content {
  max-width: 700px;
  margin: 0 auto;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__title {
  margin: 0;
  color: var(--bawd-about-teal-ink);
  font-size: clamp(1.45rem, 1.85vw, 1.8rem);
  line-height: 1.15;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: baseline;
  justify-content: center;
  margin: 0.85rem 0 0;
  color: var(--bawd-about-text);
  font-size: 1rem;
  line-height: 1.35;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__price s {
  color: #7a6666;
  font-size: 1.05rem;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__price strong {
  color: var(--bawd-about-teal-ink);
  font-size: clamp(1.8rem, 2.6vw, 2.35rem);
  line-height: 1;
  font-weight: 900;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__text {
  max-width: 620px;
  margin: 0.75rem auto 0;
  color: var(--bawd-about-text);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__action {
  margin: 1rem 0 0;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  border: 2px solid var(--bawd-about-teal-ink);
  border-radius: 7px;
  background: var(--bawd-about-teal-ink);
  color: var(--bawd-about-white);
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

body.path-about .bawd-about-sales-block .bawd-about-sales-access__link:hover,
body.path-about .bawd-about-sales-block .bawd-about-sales-access__link:focus-visible {
  border-color: var(--bawd-about-teal-deep);
  background: var(--bawd-about-teal-deep);
  color: var(--bawd-about-white);
  outline: none;
}

@media (max-width: 760px) {
  body.path-about .bawd-about-sales-block .bawd-about-sales-access {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

@media (max-width: 560px) {
  body.path-about .bawd-about-sales-block .bawd-about-sales-access__price {
    flex-direction: column;
    align-items: center;
  }
}