.about_page{
  --st-accent:#c97a53;
  --st-ink:#707070;
  --st-muted:#8f8f8f;
  --st-line:rgba(0,0,0,.14);
  --st-bg:#fff;

  color:var(--st-ink);
  background:var(--st-bg);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* ===== Reset только внутри about ===== */
.about_page, .about_page *{ box-sizing:border-box; }
.about_page img{ max-width:100%; height:auto; display:block; }
.about_page ul{ list-style:none; margin:0; padding:0; }
.about_page p{ margin:0; }
.about_page h1,.about_page h2,.about_page h3,.about_page h4,.about_page h5,.about_page h6{ margin:0; font-weight:inherit; }
.about_page a{ color:inherit; text-decoration:none; }
.about_page .shopify-section{ margin:0; padding:0; }

/* контейнер */
.about_page .container{
 
  margin-inline:auto;
}

/* базовые отступы секций (если секция не переопределена ниже) */
.about_page .aboubriefsec,
.about_page .aboutphilosophysec,
.about_page .aboutayurwedicway,
.about_page .stcommitmentsec,
.about_page .exprootluxurysec,
.about_page .ourmanufacturexp,
.about_page .ourcertificate,
.about_page .my-journeySec{
  padding:64px 0;
}
@media (max-width:767px){
  .about_page .aboubriefsec,
  .about_page .aboutphilosophysec,
  .about_page .aboutayurwedicway,
  .about_page .stcommitmentsec,
  .about_page .exprootluxurysec,
  .about_page .ourmanufacturexp,
  .about_page .ourcertificate,
  .about_page .my-journeySec{ padding:44px 0; }
}

/* ===== Общие заголовки ===== */
.about_page .secheader-grp{ max-width:980px; margin:0 auto; }
.about_page .secheader-grp .lbl{
  display:block;
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(201,122,83,.85);
  margin:0 0 12px;
}

/* =========================================================
   Banner
========================================================= */
.about_page .aboutbanner img{ width:100%; height:auto; display:block; }
.about_page .aboutbanner .mbileshow{ display:none; }
@media (max-width:767px){
  .about_page .aboutbanner .desktopshow{ display:none; }
  .about_page .aboutbanner .mbileshow{ display:block; }
}

/* =========================================================
   1) BRIEF
========================================================= */
.about_page .aboubriefsec{ background:#fff; }
.about_page .aboubriefsec .secheader-grp{ text-align:center; }

.about_page .aboubriefsec .secheader-grp > h3:first-of-type{
  margin:0 auto 26px;
  font-size: 30px;
  line-height:1.22;
  font-weight:700;
  color:var(--st-ink);
}
.about_page .aboubriefsec .secheader-grp > h6{
  margin:0 auto 16px;
  font-size:16px;
  font-weight:400;
  line-height:1.85;
  color:var(--st-muted);
}
.about_page .aboubriefsec .secheader-grp > p{
  margin:0 auto;
  font-size:16px;
  line-height:1.9;
  color:var(--st-muted);
}
.about_page .aboubriefsec .secheader-grp > p strong{
  color:#6f6f6f;
  font-weight:700;
}

/* цитата */
.about_page .aboubriefsec .quotetext{
  margin-top:48px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-size:26px;
  line-height:1.25;
  font-weight:600;
  color:#707070;
}
.about_page .aboubriefsec .quotetext span{ margin-bottom:34px; }
.about_page .aboubriefsec .quotetext span img{ width:56px; }
.about_page .aboubriefsec .quotetext::after{
  content:"";
  width:70px;
  height:2px;
  background:var(--st-accent);
  display:block;
  margin:18px auto 0;
}
.about_page .aboubriefsec .secheader-grp > h5{
  margin:22px 0 0;
  font-size:18px;
  font-style:italic;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:500;
  color:#7a7a7a;
}
@media (max-width:767px){
  .about_page .aboubriefsec .quotetext span{ margin-bottom:24px; }
  .about_page .aboubriefsec .secheader-grp > h5{ font-size:15px; }
}

/* =========================================================
   2) PHILOSOPHY — 1:1 (ref)
========================================================= */
.about_page .aboutphilosophysec{ background:#fff; }

/* верхнее фото — на ширину контейнера */
.about_page .aboutphilosophysec .philosophysecinner{
  max-width:none;
  margin:0 0 70px;
}
.about_page .aboutphilosophysec .philosophysecinner img{ width:100%; }

/* типографика блока под фото */
.about_page .aboutphilosophysec .secheader-grp{
  text-align:center;
  max-width:980px;
  margin:0 auto 90px;
}
.about_page .aboutphilosophysec .secheader-grp h2{
  font-size:clamp(26px, 2.2vw, 34px);
  line-height:1.12;
  font-weight:500;
  color:var(--st-ink);
}
.about_page .aboutphilosophysec .secheader-grp p{
  margin-top:18px;
  font-size:clamp(16px, 1.35vw, 20px);
  line-height:1.75;
  color:#9a9a9a;
}

/* сетка 3х2 (как на рефе) */
.about_page .aboutphilosophysec ul{
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(280px,1fr) minmax(280px,1fr);
  grid-template-rows:auto auto;
  column-gap:110px;
  row-gap:70px;
  align-items:start;
  justify-items:center;
}

/* превращаем внутренности в grid-items */
.about_page .aboutphilosophysec ul > li{ display:contents; }
.about_page .aboutphilosophysec .innr{ display:contents !important; }

/* картинка с двойной рамкой */
.about_page .aboutphilosophysec .imgbox{
  position:relative;
  width:100%;
  max-width:420px;
  border:3px solid #1f1f1f;
  background:#fff;
}
.about_page .aboutphilosophysec .imgbox::before{
  content:"";
  position:absolute;
  inset:22px;
  border:1px solid rgba(201,122,83,.75);
  pointer-events:none;
}
.about_page .aboutphilosophysec .imgbox img{
  width:100%;
  display:block;
  object-fit:cover;
}

/* высоты */
.about_page .aboutphilosophysec li:nth-child(1) .imgbox img,
.about_page .aboutphilosophysec li:nth-child(3) .imgbox img{ height:520px; }
.about_page .aboutphilosophysec li:nth-child(2) .imgbox img{ height:360px; }

/* позиции */
.about_page .aboutphilosophysec li:nth-child(1) .imgbox{ grid-column:1; grid-row:1; }
.about_page .aboutphilosophysec li:nth-child(1) .cntntbox{ grid-column:1; grid-row:2; }

.about_page .aboutphilosophysec li:nth-child(2) .cntntbox{ grid-column:2; grid-row:1; padding-top:44px; }
.about_page .aboutphilosophysec li:nth-child(2) .imgbox{ grid-column:2; grid-row:2; width:92%; }

.about_page .aboutphilosophysec li:nth-child(3) .imgbox{ grid-column:3; grid-row:1; }
.about_page .aboutphilosophysec li:nth-child(3) .cntntbox{ grid-column:3; grid-row:2; }

/* подписи */
.about_page .aboutphilosophysec .cntntbox{
  text-align:center;
  max-width:420px;
}
.about_page .aboutphilosophysec .cntntbox h6{
  margin:0 0 14px;
  font-size:clamp(18px, 1.6vw, 28px);
  font-weight:400;
  color:rgba(201,122,83,.85);
}
.about_page .aboutphilosophysec .cntntbox p{
  margin:0;
  font-size:clamp(14px, 1.15vw, 18px);
  line-height:1.75;
  color:#9a9a9a;
}
.about_page .aboutphilosophysec .cntntbox::after{
  content:"";
  display:block;
  width:1px;
  height:44px;
  background:#1f1f1f;
  margin:26px auto 0;
}

/* mobile */
@media (max-width:1023px){
  .about_page .aboutphilosophysec ul{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    column-gap:0;
    row-gap:40px;
    max-width:520px;
    margin:0 auto;
  }
  .about_page .aboutphilosophysec li:nth-child(2) .cntntbox{ padding-top:0; }
  .about_page .aboutphilosophysec .imgbox{ width:100% !important; }
  .about_page .aboutphilosophysec .imgbox img{ height:auto !important; }
}

/* =========================================================
   3) AYURVEDIC WAY — 1:1 (ref)
========================================================= */
.about_page .aboutayurwedicway{ background:#f7f7f7; }

/* сетка: заголовок слева + 2 сверху + 3 снизу */
.about_page .aboutayurwedicway ul{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  column-gap:54px;
  row-gap:42px;
  align-items:stretch;
}
.about_page .aboutayurwedicway ul > li:first-child{
  grid-column:1;
  grid-row:1;
  align-self:start;
}
.about_page .aboutayurwedicway ul > li.ayurwedicwaypoint:nth-of-type(2){ grid-column:2; grid-row:1; }
.about_page .aboutayurwedicway ul > li.ayurwedicwaypoint:nth-of-type(3){ grid-column:3; grid-row:1; }
.about_page .aboutayurwedicway ul > li.ayurwedicwaypoint:nth-of-type(4){ grid-column:1; grid-row:2; }
.about_page .aboutayurwedicway ul > li.ayurwedicwaypoint:nth-of-type(5){ grid-column:2; grid-row:2; }
.about_page .aboutayurwedicway ul > li.ayurwedicwaypoint:nth-of-type(6){ grid-column:3; grid-row:2; }

/* заголовок */
.about_page .aboutayurwedicway .secheader-grp{
  max-width:360px;
  margin:0;
  text-align:left;
}
.about_page .aboutayurwedicway .secheader-grp h2{
  font-size:clamp(28px, 2.2vw, 36px);
  line-height:1.1;
  font-weight:500;
  color:var(--st-ink);
}

/* карточка */
.about_page .aboutayurwedicway .ayurwedicwaypoint .innr{
  background:#fff;
  border:0;
  border-radius:10px;
  padding:38px 44px;
  display:flex;
  align-items:center;
  gap:22px;
  height:100%;
  box-shadow:0 18px 55px rgba(0,0,0,.06), 0 2px 10px rgba(0,0,0,.03);
}
.about_page .aboutayurwedicway .ayurwedicwaypoint .icon img{ width:46px; opacity:.9; }
.about_page .aboutayurwedicway .ayurwedicwaypoint .cntntbox h6{
  margin:0;
  font-size:clamp(18px, 1.35vw, 22px);
  line-height:1.15;
  font-weight:500;
  color:var(--st-ink);
}

/* адаптив */
@media (max-width:1023px){
  .about_page .aboutayurwedicway ul{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:26px;
    row-gap:22px;
  }
  .about_page .aboutayurwedicway ul > li:first-child{ grid-column:1 / -1; }
  .about_page .aboutayurwedicway ul > li.ayurwedicwaypoint{ grid-column:auto; grid-row:auto; }
  .about_page .aboutayurwedicway .secheader-grp{ max-width:none; }
}
@media (max-width:640px){
  .about_page .aboutayurwedicway ul{ grid-template-columns:1fr; }
  .about_page .aboutayurwedicway .ayurwedicwaypoint .innr{ padding:22px 18px; }
  .about_page .aboutayurwedicway .ayurwedicwaypoint .icon img{ width:38px; }
}

/* =========================================================
   4) COMMITMENT SLIDER — 1:1 (ref)
========================================================= */
.about_page .stcommitmentsec{ background:#fff; }

.about_page .stcommitmentsec .secheader-grp{
  text-align:center;
  margin:0 auto 34px;
}
.about_page .stcommitmentsec .secheader-grp h2{
  font-size:clamp(28px, 2.2vw, 36px);
  line-height:1.1;
  font-weight:500;
  color:var(--st-ink);
}

.about_page .stcommitmentsldr{
  position:relative;
  max-width:1140px;
  margin:0 auto;
}
.about_page .stcommitmentsld{
  position:relative;
  border:3px solid #1f1f1f;
  background:#fff;
  overflow:hidden;
}

.about_page .stcommitmentsld img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

/* стрелки slick */
.about_page .stcommitmentsldr .slick-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  border:0;
  background:rgba(201,122,83,.9);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:5;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  font-size:18px;
  line-height:1;
}
.about_page .stcommitmentsldr .slick-prev{ left:-18px; }
.about_page .stcommitmentsldr .slick-next{ right:-18px; }
.about_page .stcommitmentsldr .slick-arrow:before{ content:none !important; }
.about_page .stcommitmentsldr .slick-prev::after{ content:"\2190"; }
.about_page .stcommitmentsldr .slick-next::after{ content:"\2192"; }

@media (max-width:767px){
  .about_page .stcommitmentsld img{ height:auto; }
  .about_page .stcommitmentsld::before{ inset:14px; }
  .about_page .stcommitmentsldr .slick-prev{ left:-10px; }
  .about_page .stcommitmentsldr .slick-next{ right:-10px; }
  .about_page .stcommitmentsldr .slick-arrow{ width:34px; height:34px; font-size:16px; }
}

/* =========================================================
   5) EXPERIENCE ROOTED LUXURY — 1:1 (ref)
========================================================= */
.about_page .exprootluxurysec{
  background:#fff;
  padding:88px 0;
}
@media (max-width:767px){
  .about_page .exprootluxurysec{ padding:56px 0; }
}
.about_page .exprootluxurysec .secheader-grp{
  text-align:center;
  max-width:980px;
}
.about_page .exprootluxurysec .secheader-grp h2{
  font-size:clamp(28px, 2.2vw, 36px);
  line-height:1.1;
  font-weight:500;
  color:var(--st-ink);
  margin:0 0 26px;
}
.about_page .exprootluxurysec .secheader-grp h5{
  max-width:920px;
  margin:0 auto;
  font-size:clamp(18px, 1.55vw, 22px);
  line-height:1.65;
  font-weight:400;
  color:var(--st-muted);
}
.about_page .exprootluxurysec .secheader-grp h5 br + br{
  content:"";
  display:block;
  margin-top:22px;
}
@media (max-width:767px){
  .about_page .exprootluxurysec .secheader-grp h5{
    font-size:16px;
    line-height:1.7;
    max-width:560px;
  }
}

/* =========================================================
   6) MANUFACTURING EXCELLENCE — 1:1 (ref)
========================================================= */
.about_page .ourmanufacturexp{
  background:#f7f7f7 !important;
  padding:86px 0;
}
@media (max-width:767px){
  .about_page .ourmanufacturexp{ padding:56px 0; }
}

.about_page .ourmanufacturexp .sec-row{
  display:flex;
  gap:56px;
  align-items:flex-start;
}
.about_page .ourmanufacturexp .sec-md-col-40{ flex:0 0 38%; }
.about_page .ourmanufacturexp .sec-md-col-60{ flex:1; }

.about_page .ourmanufacturexp .secheader-grp{
  max-width:420px;
  margin:0;
  text-align:left;
}
.about_page .ourmanufacturexp .secheader-grp h2{
  font-size:clamp(28px, 2.2vw, 36px);
  line-height:1.1;
  font-weight:500;
  color:var(--st-ink);
  margin:0 0 18px;
}
.about_page .ourmanufacturexp .secheader-grp h5{
  margin:0;
  font-size:clamp(20px, 1.6vw, 26px);
  line-height:1.55;
  font-weight:400;
  color:var(--st-muted);
}

.about_page .ourmanufacturexp .flex-box{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:54px;
}
.about_page .ourmanufacturexp .flex-box .innr{
  border:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.about_page .ourmanufacturexp .img-cert{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#000;
}
.about_page .ourmanufacturexp .img-cert img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.about_page .ourmanufacturexp .cntnt{ padding:22px 0 0; }
.about_page .ourmanufacturexp .cntnt h6{
  margin:0 0 10px;
  font-size:clamp(18px, 1.35vw, 22px);
  line-height:1.2;
  font-weight:400;
  color:rgba(201,122,83,.9);
}
.about_page .ourmanufacturexp .cntnt p{
  margin:0;
  font-size:clamp(14px, 1.05vw, 16px);
  line-height:1.75;
  font-weight:400;
  color:var(--st-muted);
  max-width:360px;
}

@media (max-width:1023px){
  .about_page .ourmanufacturexp .sec-row{ flex-direction:column; gap:34px; }
  .about_page .ourmanufacturexp .secheader-grp{ max-width:none; }
  .about_page .ourmanufacturexp .flex-box{ grid-template-columns:1fr; gap:34px; }
  .about_page .ourmanufacturexp .cntnt p{ max-width:none; }
}

/* =========================================================
   7) OUR CERTIFICATIONS — 1:1 (ref)
========================================================= */
.about_page .ourcertificate{
  background:#fff;
  padding:86px 0;
}
@media (max-width:767px){
  .about_page .ourcertificate{ padding:56px 0; }
}

.about_page .ourcertificate .secheader-grp{
  text-align:center;
  max-width:980px;
  margin:0 auto 56px;
}
.about_page .ourcertificate .secheader-grp h2{
  font-size:clamp(20px, 1.6vw, 26px);
  line-height:1.2;
  font-weight:500;
  color:var(--st-ink);
  margin:0 0 22px;
}
.about_page .ourcertificate .secheader-grp h5{
  max-width:920px;
  margin:0 auto 18px;
  font-size:clamp(18px, 1.45vw, 22px);
  line-height:1.7;
  font-weight:400;
  color:var(--st-muted);
}
.about_page .ourcertificate .secheader-grp h5:last-of-type{ margin-bottom:0; }

/* сетка 3 + 2 */
.about_page .ourcertificate ul{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:46px;
  align-items:stretch;
}
.about_page .ourcertificate ul > li:nth-child(4),
.about_page .ourcertificate ul > li:nth-child(5){
  justify-self:center;
  width:100%;
}
.about_page .ourcertificate .imgbox{
  background:#fff;
  border:0;
  border-radius:10px;
  padding:46px 34px;
  height:100%;
  text-align:center;
  box-shadow:0 26px 80px rgba(0,0,0,.06), 0 2px 12px rgba(0,0,0,.03);
}
.about_page .ourcertificate .imgbox img{
  width:54px;
  height:54px;
  object-fit:contain;
  margin:0 auto 20px;
}
.about_page .ourcertificate .imgbox p{
  margin:0;
  font-size:clamp(16px, 1.2vw, 18px);
  line-height:1.35;
  font-weight:400;
  color:var(--st-ink);
}

@media (max-width:1023px){
  .about_page .ourcertificate ul{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:26px; }
  .about_page .ourcertificate ul > li:nth-child(4),
  .about_page .ourcertificate ul > li:nth-child(5){ justify-self:stretch; }
}
@media (max-width:640px){
  .about_page .ourcertificate ul{ grid-template-columns:1fr; }
  .about_page .ourcertificate .imgbox{ padding:34px 22px; }
}

/* =========================================================
   8) SOUL HOME + KEYPOINTS — 1:1 (ref)
========================================================= */
.about_page .my-journeySec{
  background:#fff;
  padding:86px 0 26px;
}
@media (max-width:767px){
  .about_page .my-journeySec{ padding:56px 0 18px; }
}

.about_page .my-journeySec .sec-row{
  display:flex;
  gap:70px;
  align-items:center;
}
.about_page .my-journeySec .sec-md-col-60{ flex:0 0 52%; }
.about_page .my-journeySec .sec-md-col-40{ flex:1; }

/* слева картинка — без рамок */
.about_page .my-journeySec .journey-imgblock{ border:0; border-radius:0; overflow:hidden; }
.about_page .my-journeySec .journey-imgblock img{ width:100%; }

/* справа текст */
.about_page .my-journeySec .journey-cntntgrp.secheader-grp{
  text-align:left;
  max-width:520px;
  margin:0;
}
.about_page .my-journeySec .journey-cntntgrp h2{
  font-size:clamp(28px, 2.2vw, 36px);
  line-height:1.1;
  font-weight:500;
  color:var(--st-ink);
  margin:0 0 18px;
}
.about_page .my-journeySec .journey-cntntgrp h5{
  margin:0;
  font-size:clamp(16px, 1.2vw, 18px);
  line-height:1.85;
  font-weight:400;
  color:var(--st-muted);
}

/* кнопка — заливка */
.about_page .my-journeySec .trnprntbgbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:34px;
  min-width:240px;
  height:46px;
  padding:0 28px;
  border:0;
  border-radius:0;
  background:rgba(201,122,83,.75);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:600;
}
.about_page .my-journeySec .trnprntbgbtn:hover{ background:rgba(201,122,83,.88); }

@media (max-width:1023px){
  .about_page .my-journeySec .sec-row{
    flex-direction:column;
    gap:26px;
    align-items:stretch;
  }
  .about_page .my-journeySec .sec-md-col-60,
  .about_page .my-journeySec .sec-md-col-40{ flex:0 0 auto; }
  .about_page .my-journeySec .journey-cntntgrp.secheader-grp{ max-width:none; }
  .about_page .my-journeySec .trnprntbgbtn{ min-width:220px; }
}

/* Keypoints strip */
.about_page .shop-keypoint{
  background:#fff;
  padding:18px 0 28px;
}

/* “без карточек” + разделители */
.about_page .shop-keypoint .li-innr{
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:0 !important;
  box-shadow:none !important;
  display:flex;
  gap:14px;
  align-items:center;
}
.about_page .shop-keypoint .shop-keypointinr ul{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  align-items:center;
}
.about_page .shop-keypoint .shop-keypointinr li{
  position:relative;
  padding:14px 22px;
}
.about_page .shop-keypoint .shop-keypointinr li:not(:first-child)::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:34px;
  background:rgba(0,0,0,.14);
}
.about_page .shop-keypoint .img-grp img{ width:22px; opacity:.9; }
.about_page .shop-keypoint .h7{
  margin:0;
  font-size:16px;
  font-weight:400;
  line-height:1.25;
  color:var(--st-muted);
}

@media (max-width:1023px){
  .about_page .shop-keypoint .shop-keypointinr ul{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .about_page .shop-keypoint .shop-keypointinr li:nth-child(3)::before{ display:none; }
}
@media (max-width:520px){
  .about_page .shop-keypoint .shop-keypointinr ul{ grid-template-columns:1fr; }
  .about_page .shop-keypoint .shop-keypointinr li::before{ display:none; }
  .about_page .shop-keypoint .shop-keypointinr li{ padding:10px 0; }
}
/* =========================================
   FIX mobile: PHILOSOPHY + AYURVEDIC WAY
   (добавить в самый конец файла)
========================================= */

/* ---------- 2) PHILOSOPHY: убираем display:contents + сбрасываем позиционирование ---------- */
@media (max-width: 1023px){
  .about_page .aboutphilosophysec ul{
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr; /* чтобы не появлялись implicit columns */
    row-gap: 40px;
  }

  /* ключевой фикс: на мобиле li снова становятся "контейнерами" */
  .about_page .aboutphilosophysec ul > li{
    display: block !important;
  }

  /* и innr больше не contents */
  .about_page .aboutphilosophysec .innr{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  /* сброс любых десктопных grid-column/grid-row */
  .about_page .aboutphilosophysec .imgbox,
  .about_page .aboutphilosophysec .cntntbox{
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 520px;
  }

  .about_page .aboutphilosophysec li:nth-child(2) .cntntbox{
    padding-top: 0 !important;
  }

  .about_page .aboutphilosophysec .imgbox img{
    height: auto !important;
  }
}

@media (max-width: 767px){
  .about_page .aboutphilosophysec .imgbox::before{ inset: 14px; }
  .about_page .aboutphilosophysec .cntntbox::after{ display: none; } /* чтобы не тянуло высоту */
}


/* ---------- 3) AYURVEDIC WAY: делаем 1 колонку уже на <=767 ---------- */
@media (max-width: 1023px){
  .about_page .aboutayurwedicway .ayurwedicwaypoint .innr{
    padding: 28px 24px; /* чтобы карточки не распирали сетку на tablet */
  }
}

@media (max-width: 767px){
  .about_page .aboutayurwedicway ul{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 18px;
  }



  .about_page .aboutayurwedicway ul > li:first-child{
    grid-column: 1 / -1;
  }

  .about_page .aboutayurwedicway .secheader-grp{
    max-width: none;
    text-align: center;
  }

  .about_page .aboutayurwedicway .ayurwedicwaypoint .innr{
    padding: 22px 18px;
    gap: 14px;
  }

  .about_page .aboutayurwedicway .ayurwedicwaypoint .icon img{
    width: 38px;
  }

  .about_page .aboubriefsec .secheader-grp > h3:first-of-type {
    font-size: 18px;
  }
  .about_page .aboubriefsec .quotetext{
    font-size: 20px;
  }
  .about_page .aboutphilosophysec .secheader-grp h2 {
    font-size: 20px;
  }
  
}
/* AYURVEDIC WAY — mobile: 1 колонка (1 под 1) */
@media (max-width: 767px){
  .about_page .aboutayurwedicway ul{
    grid-template-columns: 1fr !important;
    grid-auto-flow: row;
    column-gap: 0 !important;
    row-gap: 18px !important;
  }

  /* сброс ручного позиционирования элементов (у тебя есть nth-of-type с grid-column/row) */
  .about_page .aboutayurwedicway ul > li{
    grid-column: auto !important;
    grid-row: auto !important;
  }

  /* заголовок тоже по центру на мобиле */
  .about_page .aboutayurwedicway .secheader-grp{
    max-width: none !important;
    text-align: center !important;
  }

  /* чуть компактнее карточки */
  .about_page .aboutayurwedicway .ayurwedicwaypoint .innr{
    padding: 22px 18px !important;
    gap: 14px !important;
  }
}
