/* =========================================================
   ABOUT SEON
   /about/
========================================================= */


/* =========================================================
   UNDER MV
========================================================= */

.about-mv .under-title h1 {
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.about-mv .under-title small {
  letter-spacing: 0.12em;
}


/* =========================================================
   COMMON
========================================================= */

.about-page {
  color: #222;
  background: #fff;
}

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

.about-section {
  padding: 110px 0;
}

.about-section--gray {
  background: #f5f7f8;
}

.about-section--navy {
  background: #17354d;
  color: #fff;
}

.about-section--vision {
  background: #17354d;
  color: #fff;
}

.about-heading {
  margin-bottom: 48px;
}

.about-heading small {
  display: block;
  margin-bottom: 16px;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-heading h2 {
  margin: 0;
  color: #222;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.about-heading--light small {
  color: #9fc0d6;
}

.about-heading--light h2 {
  color: #fff;
}

.about-text {
  max-width: 930px;
}

.about-text p {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.035em;
}

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

.about-text--light p {
  color: rgba(255, 255, 255, 0.9);
}


/* =========================================================
   INTRODUCTION
========================================================= */

.about-lead {
  padding: 110px 0 95px;
  background: #fff;
}

.about-lead__eyebrow {
  margin: 0 0 22px;
  color: #4f7795;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.about-lead__copy {
  max-width: 1100px;
  width: 100%;
  margin: 0 0 42px;
  color: #17354d;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.035em;
}

.about-lead__text {
  max-width: 900px;
}

.about-lead__text p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.035em;
}

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

.about-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 50px;
}

.about-button-row .parts-button {
  margin: 0;
}

.about-button-secondary .arrow {
  background: #fff;
  color: #17354d;
  border: 1px solid #17354d;
}

.about-button-secondary .arrow:hover {
  background: #f5f7f8;
}


/* =========================================================
   PAGE NAVIGATION
========================================================= */

.about-nav {
  background: #eef2f4;
  border-top: 1px solid #dde4e8;
  border-bottom: 1px solid #dde4e8;
}

.about-nav ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-nav li {
  margin: 0;
  border-right: 1px solid #d8e0e4;
}

.about-nav li:first-child {
  border-left: 1px solid #d8e0e4;
}

.about-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 15px 12px;
  color: #17354d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease;
}

.about-nav a:hover {
  background: #fff;
}

#reason,
#field,
#field-intelligence,
#future,
#principles,
#vision {
  scroll-margin-top: 120px;
}


/* =========================================================
   DATA LIST
========================================================= */

.about-data-list {
  margin-top: 55px;
  border-top: 1px solid #ccd6dc;
}

.about-data-row {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-bottom: 1px solid #ccd6dc;
}

.about-data-row__label {
  padding: 24px 28px;
  color: #17354d;
  font-size: 15px;
  font-weight: 600;
  background: #eef2f4;
}

.about-data-row__text {
  padding: 24px 30px;
  font-size: 15px;
  line-height: 1.8;
  background: #fff;
}


/* =========================================================
   MESSAGE BOX
========================================================= */

.about-message-box {
  margin-top: 55px;
  padding: 34px 40px;
  background: #fff;
  border-left: 4px solid #4f7795;
}

.about-message-box span {
  display: block;
  margin-bottom: 12px;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about-message-box p {
  margin: 0;
  color: #24333e;
  font-size: 16px;
  line-height: 1.9;
}


/* =========================================================
   FIELD CARDS
========================================================= */

.about-field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 55px;
}

.about-field-card {
  position: relative;
  min-height: 260px;
  padding: 42px 38px 38px;
  background: #f5f7f8;
  border-top: 3px solid #17354d;
}

.about-field-card--wide {
  grid-column: 1 / -1;
  min-height: auto;
}

.about-field-card__num {
  display: block;
  margin-bottom: 22px;
  color: #7d9aae;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.about-field-card h3 {
  margin: 0 0 18px;
  color: #17354d;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
}

.about-field-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}


/* =========================================================
   COMPARISON
========================================================= */

.about-compare {
  margin-top: 55px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.about-compare__head,
.about-compare__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-compare__head {
  background: rgba(255, 255, 255, 0.12);
}

.about-compare__head > div {
  padding: 22px 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.about-compare__head > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.about-compare__row {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-compare__row > div {
  padding: 22px 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.75;
}

.about-compare__row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.about-center-copy {
  margin: 52px 0 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}


/* =========================================================
   FIELD INTELLIGENCE
========================================================= */

.about-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 55px;
}

.about-knowledge-card:nth-child(4),
.about-knowledge-card:nth-child(5) {
  min-height: 0;
}

.about-knowledge-card {
  padding: 32px 26px;
  background: #f5f7f8;
  border-bottom: 3px solid #4f7795;
}

.about-knowledge-card h3 {
  margin: 0 0 18px;
  color: #17354d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.about-knowledge-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}

.about-single-button {
  margin-top: 48px;
}


/* =========================================================
   AI FLOW
========================================================= */

.about-ai-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 55px;
}

.about-ai-flow__item {
  min-height: 215px;
  padding: 30px 24px;
  background: #fff;
}

.about-ai-flow__item span {
  display: block;
  margin-bottom: 15px;
  color: #7d9aae;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.about-ai-flow__item h3 {
  margin: 0 0 15px;
  color: #17354d;
  font-size: 20px;
  font-weight: 600;
}

.about-ai-flow__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.about-ai-flow__arrow {
  color: #7996aa;
  font-size: 22px;
}


/* =========================================================
   HISTORY
========================================================= */

.about-history-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 58px;
}

.about-history-stat {
  padding: 46px 42px;
  background: #f5f7f8;
}

.about-history-stat__number {
  display: block;
  margin-bottom: 14px;
  color: #17354d;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.2;
}

.about-history-stat h3 {
  margin: 0 0 18px;
  color: #4f7795;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.about-history-stat p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}


/* =========================================================
   EVOLUTION TABLE
========================================================= */

.about-evolution {
  margin-top: 55px;
  background: #fff;
  border-top: 1px solid #ccd6dc;
}

.about-evolution__head,
.about-evolution__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-evolution__head {
  background: #17354d;
}

.about-evolution__head > div {
  padding: 22px 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.about-evolution__head > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.about-evolution__row {
  border-bottom: 1px solid #ccd6dc;
}

.about-evolution__row > div {
  padding: 22px 28px;
  font-size: 15px;
  line-height: 1.75;
}

.about-evolution__row > div:first-child {
  background: #eef2f4;
  color: #50606b;
}

.about-evolution__row > div + div {
  border-left: 1px solid #ccd6dc;
  color: #17354d;
  font-weight: 500;
}


/* =========================================================
   BUSINESS STRUCTURE
========================================================= */

.about-business-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 55px;
}

.about-business-card {
  position: relative;
  padding: 46px 42px;
  background: #f5f7f8;
  border-top: 4px solid #17354d;
}

.about-business-card__role {
  display: block;
  margin-bottom: 15px;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.about-business-card h3 {
  margin: 0 0 15px;
  color: #17354d;
  font-size: 27px;
  font-weight: 600;
}

.about-business-card__copy {
  margin: 0 0 24px;
  color: #17354d;
  font-size: 17px;
  font-weight: 600;
}

.about-business-card p:not(.about-business-card__copy) {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.9;
}

.about-business-card a {
  display: inline-block;
  color: #17354d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #17354d;
}

.about-business-card a:hover {
  opacity: 0.65;
}

.about-continuous {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin-top: 30px;
  background: #17354d;
}

.about-continuous__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about-continuous__content {
  padding: 34px 40px;
}

.about-continuous__content > span {
  display: block;
  margin-bottom: 8px;
  color: #9fc0d6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about-continuous__content h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.about-continuous__copy {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.about-continuous__content p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.85;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 55px;
  border-top: 1px solid #cfd9df;
  border-left: 1px solid #cfd9df;
}

.about-principle {
  min-height: 270px;
  padding: 38px 32px;
  background: transparent;
  border-right: 1px solid #cfd9df;
  border-bottom: 1px solid #cfd9df;
}

.about-principle > span {
  display: block;
  margin-bottom: 25px;
  color: #8fa5b3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.about-principle h3 {
  margin: 0 0 18px;
  color: #17354d;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
}

.about-principle p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}


/* =========================================================
   CASE LIST
========================================================= */

.about-case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.about-case-list li {
  position: relative;
  padding: 23px 24px 23px 48px;
  background: #f5f7f8;
  font-size: 15px;
  line-height: 1.8;
}

.about-case-list li::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 24px;
  width: 8px;
  height: 8px;
  background: #4f7795;
  border-radius: 50%;
}


/* =========================================================
   VISION
========================================================= */

.about-vision-text {
  max-width: 920px;
}

.about-vision-text p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.95;
}

.about-tagline {
  margin-top: 60px;
  padding: 42px 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.about-tagline span {
  display: block;
  margin-bottom: 10px;
  color: #9fc0d6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.about-tagline p {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.about-vision-final {
  margin: 45px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 2;
}


/* =========================================================
   RELATED CONTENTS
========================================================= */

.about-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 55px;
}

.about-related-card {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 34px 30px;
  color: #222;
  text-decoration: none;
  background: #fff;
  border-top: 3px solid #17354d;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.about-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(20, 40, 55, 0.09);
}

.about-related-card > span {
  display: block;
  margin-bottom: 22px;
  color: #8fa5b3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.about-related-card h3 {
  margin: 0 0 16px;
  color: #17354d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.about-related-card p {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.85;
}

.about-related-card__link {
  margin-top: auto;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
}


/* =========================================================
   FINAL CTA
========================================================= */

.about-final-cta {
  padding: 105px 0 115px;
  text-align: center;
  background: #fff;
}

.about-final-cta__eyebrow {
  margin: 0 0 18px;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.about-final-cta h2 {
  margin: 0 0 30px;
  color: #17354d;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 600;
  line-height: 1.55;
}

.about-final-cta > .inner > p:not(.about-final-cta__eyebrow) {
  margin: 0 auto;
  max-width: 880px;
  font-size: 16px;
  line-height: 2;
}

.about-final-cta .parts-button {
  margin-top: 42px;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1100px) {

  .about-nav ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-nav li:nth-child(4) {
    border-left: 1px solid #d8e0e4;
  }

  .about-knowledge-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-knowledge-card:last-child {
    grid-column: 1 / -1;
  }

  .about-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-ai-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .about-ai-flow__arrow {
    display: none;
  }

}


/* =========================================================
   SMARTPHONE
========================================================= */

@media screen and (max-width: 767px) {

  .about-pc-break {
    display: none;
  }

  .about-mv .under-title h1 {
    font-size: 27px;
    line-height: 1.55;
  }

  .about-section {
    padding: 72px 0;
  }

  .about-lead {
    padding: 75px 0 65px;
  }

  .about-heading {
    margin-bottom: 32px;
  }

  .about-heading small {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .about-heading h2 {
    font-size: 26px;
    line-height: 1.55;
  }

  .about-text p,
  .about-lead__text p {
    font-size: 15px;
    line-height: 1.95;
  }

  .about-lead__copy {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.65;
  }

  .about-lead__copy br {
    display: none;
  }

  .about-button-row {
    display: block;
    margin-top: 36px;
  }

  .about-button-row .parts-button {
    width: 100%;
    margin: 0 0 14px;
  }

  .about-button-row .parts-button:last-child {
    margin-bottom: 0;
  }


  /* NAV */

  .about-nav ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-nav li,
  .about-nav li:first-child,
  .about-nav li:nth-child(4) {
    border-left: 0;
    border-right: 1px solid #d8e0e4;
    border-bottom: 1px solid #d8e0e4;
  }

  .about-nav li:nth-child(odd) {
    border-left: 1px solid #d8e0e4;
  }

  .about-nav a {
    min-height: 63px;
    padding: 11px 8px;
    font-size: 12px;
  }


  /* DATA */

  .about-data-list {
    margin-top: 38px;
  }

  .about-data-row {
    display: block;
  }

  .about-data-row__label {
    padding: 16px 20px;
    font-size: 14px;
  }

  .about-data-row__text {
    padding: 18px 20px;
    font-size: 14px;
  }


  /* MESSAGE */

  .about-message-box {
    margin-top: 38px;
    padding: 26px 24px;
  }

  .about-message-box p {
    font-size: 14px;
    line-height: 1.9;
  }


  /* FIELD */

  .about-field-grid {
    display: block;
    margin-top: 38px;
  }

  .about-field-card,
  .about-field-card--wide {
    min-height: auto;
    margin-bottom: 18px;
    padding: 30px 25px;
  }

  .about-field-card:last-child {
    margin-bottom: 0;
  }

  .about-field-card h3 {
    font-size: 18px;
  }


  /* COMPARE */

  .about-compare {
    margin-top: 38px;
  }

  .about-compare__head,
  .about-compare__row {
    grid-template-columns: 1fr;
  }

  .about-compare__head > div {
    padding: 16px 20px;
  }

  .about-compare__head > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .about-compare__row > div {
    padding: 17px 20px;
    font-size: 14px;
  }

  .about-compare__row > div + div {
    background: rgba(255, 255, 255, 0.06);
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .about-center-copy {
    margin-top: 38px;
    font-size: 19px;
  }


  /* KNOWLEDGE */

  .about-knowledge-grid {
    display: block;
    margin-top: 38px;
  }

  .about-knowledge-card {
    margin-bottom: 16px;
    padding: 27px 24px;
  }

  .about-knowledge-card:last-child {
    margin-bottom: 0;
  }


  /* AI */

  .about-ai-flow {
    display: block;
    margin-top: 38px;
  }

  .about-ai-flow__item {
    min-height: auto;
    margin-bottom: 14px;
    padding: 26px 24px;
  }


  /* HISTORY */

  .about-history-stats {
    display: block;
    margin-top: 38px;
  }

  .about-history-stat {
    margin-bottom: 18px;
    padding: 32px 26px;
  }

  .about-history-stat:last-child {
    margin-bottom: 0;
  }

  .about-history-stat__number {
    font-size: 36px;
  }


  /* EVOLUTION */

  .about-evolution {
    margin-top: 38px;
  }

  .about-evolution__head,
  .about-evolution__row {
    grid-template-columns: 1fr;
  }

  .about-evolution__head > div {
    padding: 16px 20px;
  }

  .about-evolution__head > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .about-evolution__row > div {
    padding: 17px 20px;
    font-size: 14px;
  }

  .about-evolution__row > div + div {
    border-top: 1px dashed #ccd6dc;
    border-left: 0;
  }


  /* BUSINESS */

  .about-business-grid {
    display: block;
    margin-top: 38px;
  }

  .about-business-card {
    margin-bottom: 18px;
    padding: 32px 26px;
  }

  .about-business-card:last-child {
    margin-bottom: 0;
  }

  .about-business-card h3 {
    font-size: 23px;
  }

  .about-continuous {
    display: block;
    margin-top: 20px;
  }

  .about-continuous__label {
    justify-content: flex-start;
    padding: 18px 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .about-continuous__content {
    padding: 28px 25px;
  }


  /* PRINCIPLES */

  .about-principles-grid {
    display: block;
    margin-top: 38px;
  }

  .about-principle {
    min-height: auto;
    margin-bottom: 16px;
    padding: 30px 25px;
  }

  .about-principle:last-child {
    margin-bottom: 0;
  }


  /* CASE */

  .about-case-list {
    display: block;
    margin-top: 38px;
  }

  .about-case-list li {
    margin-bottom: 12px;
    padding: 20px 20px 20px 43px;
    font-size: 14px;
  }

  .about-case-list li::before {
    top: 28px;
    left: 20px;
  }


  /* VISION */

  .about-vision-text p {
    font-size: 16px;
  }

  .about-tagline {
    margin-top: 40px;
    padding: 30px 0;
  }

  .about-tagline p {
    font-size: 27px;
  }

  .about-vision-final {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.95;
  }


  /* RELATED */

  .about-related-grid {
    display: block;
    margin-top: 38px;
  }

  .about-related-card {
    min-height: auto;
    margin-bottom: 16px;
    padding: 29px 25px;
  }

  .about-related-card:last-child {
    margin-bottom: 0;
  }


  /* FINAL CTA */

  .about-final-cta {
    padding: 75px 0 85px;
  }

  .about-final-cta h2 {
    margin-bottom: 24px;
    font-size: 27px;
  }

  .about-final-cta > .inner > p:not(.about-final-cta__eyebrow) {
    font-size: 14px;
    line-height: 1.95;
  }

  .about-final-cta > .inner > p br {
    display: none;
  }

  .about-final-cta .parts-button {
    margin-top: 34px;
  }

}