/* ─── ABOUT PAGE MOBILE ─────────────────────────────────────────────────────── */
.about-main {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 20px 60px;
  overflow-x: hidden;
}

.about-surtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--redlina-graytext-1);
  margin-bottom: 0px;
}

.about-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--redlina-black);
  margin-top: 16px;
  margin-bottom: 80px;
}

/* ─── BD STRIP ───────────────────────────────────────────────────────────────── */
.bd-strip {
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: 100%;
}

.bd-panel,
.bd-panel--reverse {
  display: flex;
  flex-direction: column;
  direction: ltr;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.bd-image {
  box-sizing: border-box;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.bd-image img {
  display: block;
  width: 100%;
  height: auto;
}

.bd-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--redlina-black);
}

.bd-panel--reverse .bd-text {
  direction: ltr;
}


br {
  display: block;
  margin-bottom: 10px; /* ajuste la valeur selon l'espace voulu */
}


/* ─── QUOTE ───────────────────────────────────────────────────────────────── */
.about-quote {
  box-sizing: border-box;
  width: 100%;
  margin: 60px 0 60px 0;
  padding: 32px 24px;
  background: var(--redlina-background-1);
  border-radius: 16px;
}

.about-quote-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--redlina-black);
  margin-top: 0px;
  margin-bottom: 12px;
}

.about-quote-author {
  font-size: 15px;
  color: var(--redlina-graytext-2);
  font-weight: 400;
  font-style: normal;
}