.gh-nosotros{
  --gh-container:1350px;
  --gh-font:Poppins,Arial,sans-serif;
  --gh-accent:#8cc63f;
  --gh-page-bg:#fff;
  --gh-mv-bg:#f3f5f7;
  font-family:var(--gh-font);
  color:var(--gh-body-color,#2b2b2b);
  width:100vw;
  max-width:none;
  position:relative;
  left:50%;
  margin-left:-50vw;
  background:var(--gh-page-bg);
}
.gh-nosotros *{box-sizing:border-box}
.gh-nosotros__container{width:var(--gh-container);max-width:calc(100% - 40px);margin-left:auto;margin-right:auto}
.gh-nosotros__history-wrap{background:var(--gh-page-bg);padding:var(--gh-top-gap) 0 30px}
.gh-nosotros__history{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,1.31fr);gap:var(--gh-section-gap);align-items:center}
.gh-nosotros__image-wrap{min-width:0}
.gh-nosotros__image{display:block;width:100%;height:auto;aspect-ratio:1.66/1;object-fit:cover;border-radius:var(--gh-image-radius)}
.gh-nosotros__image-placeholder{aspect-ratio:1.66/1;display:grid;place-items:center;background:#eceff1;color:#777;padding:20px;text-align:center;border-radius:var(--gh-image-radius)}
.gh-nosotros__content{padding:4px 0}
.gh-nosotros__eyebrow{display:flex;align-items:center;gap:14px;font-size:var(--gh-eyebrow-size);line-height:1.4;color:var(--gh-eyebrow-color);letter-spacing:.21em;text-transform:uppercase;margin:0 0 13px}
.gh-nosotros__eyebrow span{width:25px;height:2px;background:var(--gh-accent);flex:0 0 25px}
.gh-nosotros__title{font-family:var(--gh-font);font-size:var(--gh-title-size);line-height:1.08;color:var(--gh-title-color);font-weight:600;letter-spacing:-.02em;margin:0 0 22px;max-width:620px}
.gh-nosotros__body{font-size:var(--gh-body-size);line-height:1.47;color:var(--gh-body-color);font-weight:400}
.gh-nosotros__body p{margin:0 0 18px}
.gh-nosotros__body p:last-child{margin-bottom:0}
.gh-nosotros__mv-wrap{background:var(--gh-mv-bg);padding:var(--gh-mv-padding) 0}
.gh-nosotros__mv{display:grid;grid-template-columns:1fr 1fr;gap:var(--gh-mv-gap);align-items:start}
.gh-nosotros__mv-card{min-width:0}
.gh-nosotros__icon{display:block;width:43px;height:43px;object-fit:contain;margin:0 0 13px;color:var(--gh-accent)}
.gh-nosotros__icon-inline{stroke:currentColor}
.gh-nosotros__mv-card h3{font-family:var(--gh-font);font-size:var(--gh-mv-title-size);line-height:1.25;color:var(--gh-mv-title-color);font-weight:700;margin:0 0 22px;text-transform:uppercase}
.gh-nosotros__mv-text{font-size:var(--gh-mv-body-size);line-height:1.52;color:var(--gh-mv-body-color);max-width:600px}
.gh-nosotros__mv-text p{margin:0}

@media (max-width:1024px){
  .gh-nosotros__container{width:var(--gh-container);max-width:calc(100% - 44px)}
  .gh-nosotros__history{grid-template-columns:1fr 1.15fr;gap:40px}
  .gh-nosotros__mv{gap:56px}
  .gh-nosotros__title{font-size:clamp(25px,var(--gh-title-size),34px)}
}
@media (max-width:767px){
  .gh-nosotros__container{width:calc(100% - 32px);max-width:none}
  .gh-nosotros__history-wrap{padding:20px 0 30px}
  .gh-nosotros__history{grid-template-columns:1fr;gap:28px}
  .gh-nosotros__image{aspect-ratio:1.35/1}
  .gh-nosotros__eyebrow{font-size:max(10px,calc(var(--gh-eyebrow-size) * .95));gap:10px;margin-bottom:12px}
  .gh-nosotros__title{font-size:clamp(26px,7vw,var(--gh-title-size));margin-bottom:18px;max-width:100%}
  .gh-nosotros__body{font-size:clamp(14px,3.9vw,var(--gh-body-size));line-height:1.55}
  .gh-nosotros__mv-wrap{padding:max(34px,calc(var(--gh-mv-padding) * .78)) 0}
  .gh-nosotros__mv{grid-template-columns:1fr;gap:40px}
  .gh-nosotros__mv-card h3{margin-bottom:14px}
  .gh-nosotros__mv-text{font-size:clamp(14px,3.8vw,var(--gh-mv-body-size));line-height:1.55}
}
