/* =========================
   ÜBER MICH, v732
========================= */

.ueber-mich-page {
  background: #ffffff;
  color: #0f172a;
}

.ueber-mich-page .tm-page-section {
  padding-block: clamp(72px, 8vw, 132px);
}

.ueber-mich-page .tm-eyebrow {
  color: #2563eb;
}

.ueber-mich-page h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.35rem, 4.6vw, 4.85rem);
  line-height: .96;
  letter-spacing: -.068em;
}

.ueber-mich-page h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.06rem;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.ueber-mich-page p:not(.tm-eyebrow),
.ueber-mich-page li {
  color: #64748b;
  line-height: 1.75;
}

.ueber-mich-page .tm-section-head {
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.ueber-mich-page .tm-section-head > p:not(.tm-eyebrow) {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 1.05rem;
}

/* =========================
   HERO
========================= */

.ueber-mich-page .tm-about-hero {
  padding: clamp(82px, 8vw, 128px) 0 clamp(76px, 7vw, 118px);
  background:
    radial-gradient(circle at 75% 12%, rgba(37, 99, 235, .26), transparent 34%),
    radial-gradient(circle at 15% 84%, rgba(96, 165, 250, .14), transparent 34%),
    linear-gradient(135deg, #050816 0%, #08111f 56%, #020617 100%);
  color: #ffffff;
  overflow: hidden;
}

.ueber-mich-page .tm-about-hero .tm-page-hero-grid {
  align-items: center;
}

.ueber-mich-page .tm-about-hero .tm-eyebrow {
  color: #93c5fd;
}

.ueber-mich-page .tm-about-hero .tm-page-hero-content h1 {
  max-width: 830px;
  color: #ffffff;
}

.ueber-mich-page .tm-about-hero .tm-page-hero-lead {
  color: rgba(255, 255, 255, .76);
}

.ueber-mich-page .tm-about-hero .tm-btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
}


.ueber-mich-page .tm-about-mobile-portrait {
  display: none;
}

.ueber-mich-page .tm-about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ueber-mich-page .tm-about-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .82);
  font-size: .86rem;
  font-weight: 750;
}

.ueber-mich-page .tm-about-hero-points svg {
  width: 16px;
  height: 16px;
  color: #60a5fa;
}

.ueber-mich-page .tm-about-visual {
  width: 100%;
}

.ueber-mich-page .tm-about-image-wrap {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.05)),
    rgba(255,255,255,.08);
  box-shadow:
    0 34px 100px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.ueber-mich-page .tm-about-image-wrap::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border-radius: 26px;
  background: linear-gradient(180deg, transparent 52%, rgba(2, 6, 23, .26));
  pointer-events: none;
}

.ueber-mich-page .tm-about-image-wrap img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.ueber-mich-page .tm-about-overlay {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: rgba(2, 6, 23, .74);
  backdrop-filter: blur(16px);
}

.ueber-mich-page .tm-about-overlay p {
  margin: 0 0 4px;
  color: #60a5fa;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ueber-mich-page .tm-about-overlay strong,
.ueber-mich-page .tm-about-overlay span {
  display: block;
  color: #ffffff;
}

.ueber-mich-page .tm-about-overlay strong {
  margin-bottom: 4px;
}

.ueber-mich-page .tm-about-overlay span {
  color: rgba(255, 255, 255, .72);
  font-size: .95rem;
}

/* =========================
   STORY UND MANIFEST
========================= */

.ueber-mich-page .tm-about-origin {
  background: #ffffff;
}

.ueber-mich-page .tm-about-manifest {
  max-width: 1060px;
  margin-inline: auto;
}

.ueber-mich-page .tm-about-manifest h2 {
  max-width: 980px;
}

.ueber-mich-page .tm-about-manifest-text {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 42px);
  margin-top: clamp(34px, 5vw, 58px);
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid #e2e8f0;
}

.ueber-mich-page .tm-about-manifest-text p {
  margin: 0;
  font-size: 1.02rem;
}

.ueber-mich-page .tm-section-soft,
.ueber-mich-page .tm-section-soft-blue {
  background:
    radial-gradient(circle at 86% 10%, rgba(37,99,235,.06), transparent 30%),
    #f8fafc;
}

.ueber-mich-page .tm-section-soft-blue {
  background:
    radial-gradient(circle at 84% 12%, rgba(37,99,235,.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.ueber-mich-page .tm-about-split,
.ueber-mich-page .tm-about-focus-grid,
.ueber-mich-page .tm-about-expectations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: clamp(44px, 7vw, 84px);
  align-items: center;
}

.ueber-mich-page .tm-about-copy-panel {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 70px rgba(15, 23, 42, .06);
}

.ueber-mich-page .tm-about-lead {
  margin-top: 0;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1.7;
}

/* =========================
   ERFAHRUNG
========================= */

.ueber-mich-page .tm-about-experience {
  background: #ffffff;
}

.ueber-mich-page .tm-about-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .06);
}

.ueber-mich-page .tm-about-proof-strip div {
  padding: clamp(22px, 3vw, 32px);
  border-right: 1px solid #e2e8f0;
}

.ueber-mich-page .tm-about-proof-strip div:last-child {
  border-right: 0;
}

.ueber-mich-page .tm-about-proof-strip strong {
  display: block;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.ueber-mich-page .tm-about-proof-strip span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: .94rem;
  font-weight: 700;
}

.ueber-mich-page .tm-about-storyline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #f8fafc;
  overflow: hidden;
}

.ueber-mich-page .tm-about-story-step {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid #e2e8f0;
}

.ueber-mich-page .tm-about-story-step:last-child {
  border-right: 0;
}

.ueber-mich-page .tm-about-story-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #dbeafe;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 900;
}

.ueber-mich-page .tm-about-story-step p {
  margin: 0;
  font-size: .96rem;
}

/* =========================
   SCHWERPUNKT
========================= */

.ueber-mich-page .tm-about-focus-grid p {
  max-width: 680px;
}

.ueber-mich-page .tm-about-focus-panel {
  padding: clamp(24px, 3.5vw, 36px);
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 32px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 24px 70px rgba(37, 99, 235, .10);
}

.ueber-mich-page .tm-about-focus-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e8f0;
}

.ueber-mich-page .tm-about-focus-row:first-child {
  padding-top: 0;
}

.ueber-mich-page .tm-about-focus-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ueber-mich-page .tm-about-focus-row > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #eff6ff;
  color: #2563eb;
}

.ueber-mich-page .tm-about-focus-row svg {
  width: 21px;
  height: 21px;
}

.ueber-mich-page .tm-about-focus-row p {
  margin: 0;
  font-size: .96rem;
}

/* =========================
   ZUSAMMENARBEIT
========================= */

.ueber-mich-page .tm-about-process {
  background: #ffffff;
}

.ueber-mich-page .tm-about-journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ueber-mich-page .tm-about-journey-step {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .055);
}

.ueber-mich-page .tm-about-journey-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: #eff6ff;
  color: #2563eb;
}

.ueber-mich-page .tm-about-journey-step svg {
  width: 21px;
  height: 21px;
}

.ueber-mich-page .tm-about-journey-step p {
  margin: 0;
  font-size: .96rem;
}

/* =========================
   ERWARTUNGEN UND QUOTE
========================= */

.ueber-mich-page .tm-about-expectations-list {
  display: grid;
  gap: 12px;
}

.ueber-mich-page .tm-about-expectations-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  color: #0f172a;
  font-weight: 780;
  box-shadow: 0 14px 45px rgba(37, 99, 235, .055);
}

.ueber-mich-page .tm-about-expectations-list span {
  display: inline-flex;
  color: #2563eb;
}

.ueber-mich-page .tm-about-expectations-list svg {
  width: 20px;
  height: 20px;
}

.ueber-mich-page .tm-about-joy {
  background: #ffffff;
}

.ueber-mich-page .tm-about-quote-panel {
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid #dbeafe;
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 14%, rgba(37,99,235,.08), transparent 32%),
    #ffffff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .07);
}

.ueber-mich-page .tm-about-quote-panel p:not(.tm-eyebrow) {
  max-width: 780px;
  margin-top: 26px;
  font-size: 1.08rem;
}

.ueber-mich-page .tm-about-final-cta .tm-final-box {
  background:
    radial-gradient(circle at 82% 14%, rgba(37,99,235,.20), transparent 32%),
    linear-gradient(135deg, #050816 0%, #08111f 60%, #020617 100%);
}

.ueber-mich-page .tm-about-final-cta .tm-eyebrow {
  color: #93c5fd;
}

.ueber-mich-page .tm-about-final-cta h2,
.ueber-mich-page .tm-about-final-cta p {
  color: #ffffff;
}

.ueber-mich-page .tm-about-final-cta .tm-microcopy {
  color: rgba(255,255,255,.68);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .ueber-mich-page .tm-about-proof-strip,
  .ueber-mich-page .tm-about-storyline,
  .ueber-mich-page .tm-about-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ueber-mich-page .tm-about-proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .ueber-mich-page .tm-about-proof-strip div:nth-child(-n+2) {
    border-bottom: 1px solid #e2e8f0;
  }

  .ueber-mich-page .tm-about-story-step:nth-child(2),
  .ueber-mich-page .tm-about-journey-step:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .ueber-mich-page .tm-about-split,
  .ueber-mich-page .tm-about-focus-grid,
  .ueber-mich-page .tm-about-expectations-grid {
    grid-template-columns: 1fr;
  }

  .ueber-mich-page .tm-about-manifest-text {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ueber-mich-page .tm-page-section {
    padding-block: 58px;
  }

  .ueber-mich-page .tm-about-hero {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .ueber-mich-page .tm-about-hero .tm-page-hero-grid {
    gap: 26px;
  }

  .ueber-mich-page .tm-about-hero .tm-page-hero-lead {
    margin-top: 13px;
    line-height: 1.58;
  }


  .ueber-mich-page .tm-about-mobile-portrait {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 20px 60px rgba(0,0,0,.20);
  }

  .ueber-mich-page .tm-about-mobile-portrait img {
    display: block;
    width: 82px;
    height: 98px;
    border-radius: 18px;
    object-fit: cover;
    object-position: 50% 18%;
  }

  .ueber-mich-page .tm-about-mobile-portrait strong,
  .ueber-mich-page .tm-about-mobile-portrait span {
    display: block;
  }

  .ueber-mich-page .tm-about-mobile-portrait strong {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -.02em;
  }

  .ueber-mich-page .tm-about-mobile-portrait span {
    margin-top: 4px;
    color: rgba(255,255,255,.70);
    font-size: .88rem;
    line-height: 1.35;
  }

  .ueber-mich-page .tm-about-visual {
    display: none;
  }

  .ueber-mich-page .tm-about-hero-points {
    gap: 8px;
    margin-top: 22px;
  }

  .ueber-mich-page .tm-about-hero-points span {
    width: 100%;
    justify-content: flex-start;
  }

  .ueber-mich-page .tm-about-image-wrap {
    max-width: 320px;
    margin-inline: auto;
    border-radius: 24px;
  }

  .ueber-mich-page .tm-about-image-wrap::before,
  .ueber-mich-page .tm-about-image-wrap img {
    border-radius: 18px;
  }

  .ueber-mich-page .tm-about-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 15px;
    border-radius: 18px;
  }

  .ueber-mich-page h2 {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
    letter-spacing: -.055em;
  }

  .ueber-mich-page .tm-about-copy-panel,
  .ueber-mich-page .tm-about-focus-panel,
  .ueber-mich-page .tm-about-quote-panel {
    border-radius: 24px;
  }

  .ueber-mich-page .tm-about-proof-strip,
  .ueber-mich-page .tm-about-storyline,
  .ueber-mich-page .tm-about-journey {
    grid-template-columns: 1fr;
  }

  .ueber-mich-page .tm-about-proof-strip div,
  .ueber-mich-page .tm-about-story-step,
  .ueber-mich-page .tm-about-journey-step {
    border-right: 0;
  }

  .ueber-mich-page .tm-about-proof-strip div:not(:last-child),
  .ueber-mich-page .tm-about-story-step:not(:last-child) {
    border-bottom: 1px solid #e2e8f0;
  }

  .ueber-mich-page .tm-about-journey {
    gap: 12px;
  }

  .ueber-mich-page .tm-about-journey-step {
    min-height: 0;
    padding: 22px;
    border-radius: 22px;
  }

  .ueber-mich-page .tm-about-focus-row {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .ueber-mich-page .tm-about-focus-row > span {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }
}

@media (max-width: 420px) {
  .ueber-mich-page .tm-about-hero {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .ueber-mich-page .tm-about-manifest-text,
  .ueber-mich-page .tm-about-storyline {
    margin-top: 24px;
  }
}


/* =========================
   v733 Feinschliff: Zitat, CTA, Erfahrung
========================= */

.ueber-mich-page .tm-about-view-quote {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 38px;
  background:
    radial-gradient(circle at 92% 10%, rgba(37, 99, 235, .12), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(239,246,255,.82) 100%);
  box-shadow: 0 30px 90px rgba(15, 23, 42, .075);
}

.ueber-mich-page .tm-about-view-quote::before {
  content: "\201C";
  position: absolute;
  right: clamp(26px, 5vw, 58px);
  top: clamp(12px, 3vw, 34px);
  color: rgba(37, 99, 235, .10);
  font-size: clamp(6rem, 14vw, 13rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
  pointer-events: none;
}

.ueber-mich-page .tm-about-view-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: clamp(22px, 4vw, 38px);
}

.ueber-mich-page .tm-about-view-kicker .tm-eyebrow {
  margin: 0;
}

.ueber-mich-page .tm-about-view-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
}

.ueber-mich-page .tm-about-view-quote blockquote {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0;
  padding: 0;
}

.ueber-mich-page .tm-about-view-quote blockquote p {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.45rem, 5.2vw, 5.55rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.07em;
}

.ueber-mich-page .tm-about-view-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 46px);
  max-width: 940px;
  margin-top: clamp(26px, 4vw, 44px);
  padding-top: clamp(22px, 3.5vw, 34px);
  border-top: 1px solid rgba(37, 99, 235, .14);
}

.ueber-mich-page .tm-about-view-copy p {
  margin: 0;
  font-size: 1.04rem;
}

.ueber-mich-page .tm-about-final-cta {
  padding: clamp(78px, 8vw, 126px) 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(37, 99, 235, .22), transparent 34%),
    radial-gradient(circle at 10% 85%, rgba(96, 165, 250, .10), transparent 32%),
    linear-gradient(135deg, #050816 0%, #08111f 60%, #020617 100%);
}

.ueber-mich-page .tm-about-final-cta .tm-final-box {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ueber-mich-page .tm-about-final-cta .tm-final-content {
  max-width: 860px;
}

.ueber-mich-page .tm-about-final-cta .tm-actions {
  justify-self: end;
}

@media (max-width: 980px) {
  .ueber-mich-page .tm-about-view-copy {
    grid-template-columns: 1fr;
  }

  .ueber-mich-page .tm-about-final-cta .tm-final-box {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ueber-mich-page .tm-about-final-cta .tm-actions {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .ueber-mich-page .tm-about-view-quote {
    border-radius: 26px;
  }

  .ueber-mich-page .tm-about-view-quote blockquote p {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }
}


/* =========================
   v740 · Einheitlicher mobiler Hero-Start: Über mich
========================= */

@media (max-width: 767px) {
  .tm-about-hero {
    padding-top: var(--tm-hero-mobile-top) !important;
    padding-bottom: var(--tm-hero-mobile-bottom) !important;
  }

  .tm-about-hero .tm-eyebrow, .tm-about-hero .tm-about-eyebrow {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: var(--tm-hero-eyebrow-margin-bottom) !important;
    padding-top: 0 !important;
    color: var(--tm-hero-eyebrow-color) !important;
    font-size: var(--tm-hero-eyebrow-size) !important;
    font-weight: var(--tm-hero-eyebrow-weight) !important;
    letter-spacing: var(--tm-hero-eyebrow-spacing) !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
  }

  .tm-about-hero h1 {
    font-size: var(--tm-hero-title-mobile) !important;
    line-height: var(--tm-hero-title-line) !important;
    letter-spacing: var(--tm-hero-title-spacing) !important;
  }

  .tm-about-hero .tm-page-hero-lead {
    margin-top: 22px !important;
    font-size: var(--tm-hero-lead-mobile) !important;
    line-height: var(--tm-hero-lead-line) !important;
  }

  .tm-about-hero .tm-page-hero-actions {
    margin-top: 28px !important;
  }


  .tm-about-hero .tm-eyebrow,
  .tm-about-hero .tm-about-eyebrow {
    color: #60a5fa !important;
  }
}


/* =========================
   v943 · Mobile Eyebrow-Abgleich: Über mich
   Abschnitts-Eyebrows nutzen mobil dieselbe Größe wie die übrigen Seiten.
========================= */
@media (max-width: 767px) {
  .ueber-mich-page .tm-eyebrow,
  .ueber-mich-page .tm-about-eyebrow {
    font-size: .74rem !important;
    font-weight: 900 !important;
    letter-spacing: .15em !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
  }
}
