.elementor-41 .elementor-element.elementor-element-d36868a{--display:flex;}@media(min-width:768px){.elementor-41 .elementor-element.elementor-element-d36868a{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-c32dbfb *//* =========================================
   ORIGIN HEALTH CARE GROUP — FULL CSS REBUILD
   White background version
   Font: Montserrat only
========================================= */

/* =========================
   ELEMENTOR FIT FIX
========================= */
.ohcghub-section.e-con{
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.ohcghub-widget.elementor-widget{
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ohcghub-widget .elementor-widget-container{
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* =========================
   THEME TOKENS
========================= */
:root{
  --ohcg-white: #ffffff;
  --ohcg-bg: #ffffff;
  --ohcg-surface: #ffffff;
  --ohcg-surface-soft: #f7f8fa;
  --ohcg-surface-alt: #fcfcfd;
  --ohcg-text: #14202b;
  --ohcg-text-soft: #5f6c78;
  --ohcg-border: #e7ebef;
  --ohcg-border-strong: #dbe2e8;
  --ohcg-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  --ohcg-shadow-soft: 0 10px 30px rgba(17, 24, 39, 0.06);

  --ohcg-radius-xl: 28px;
  --ohcg-radius-lg: 22px;
  --ohcg-radius-md: 16px;
  --ohcg-radius-sm: 12px;
  --ohcg-wrap: 1240px;

  --ohcg-hub-gold: #C99D3E;
  --ohcg-hub-gold-dark: #A67F2E;
  --ohcg-hub-dark: #111827;

  --ohcg-trt-primary: #ff751f;
  --ohcg-trt-deep: #1a3a2b;
  --ohcg-trt-soft: #fff2e9;

  --ohcg-hrt-gold: #C99D3E;
  --ohcg-hrt-mint: #AAD9D4;
  --ohcg-hrt-pink: #FF899C;
  --ohcg-hrt-soft: #fff8ef;

  --ohcg-bloods-red: #B3202D;
  --ohcg-bloods-blue: #2A4F7C;
  --ohcg-bloods-soft: #fdf1f2;

  --ohcg-gradient-hub: linear-gradient(135deg, #ff751f 0%, #C99D3E 35%, #AAD9D4 60%, #2A4F7C 82%, #B3202D 100%);
}

/* =========================
   RESET / BASE
========================= */
*,
*::before,
*::after{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  background: var(--ohcg-bg);
  color: var(--ohcg-text);
  font-family: "Montserrat", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
video{
  display: block;
  max-width: 100%;
}

a{
  color: inherit;
  text-decoration: none;
}

.ohcghub-page{
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.ohcghub-page section{
  position: relative;
}

.ohcghub-wrap{
  width: min(100% - 32px, var(--ohcg-wrap));
  margin: 0 auto;
}

.ohcghub-kicker,
.ohcghub-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ohcg-hub-gold-dark);
}

.ohcghub-eyebrow::before,
.ohcghub-kicker::before{
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--ohcg-gradient-hub);
}

.ohcghub-sectionHead{
  max-width: 860px;
  margin-bottom: 34px;
}

.ohcghub-sectionHead--center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ohcghub-sectionHead h2{
  margin: 12px 0 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--ohcg-hub-dark);
}

.ohcghub-page h1,
.ohcghub-page h2,
.ohcghub-page h3,
.ohcghub-page h4{
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}

.ohcghub-page p{
  margin: 0 0 1rem;
  color: var(--ohcg-text-soft);
  font-size: 1rem;
}

.ohcghub-page p:last-child{
  margin-bottom: 0;
}

/* =========================
   BUTTONS
========================= */
.ohcghub-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
  cursor: pointer;
  text-align: center;
}

.ohcghub-btn:hover{
  transform: translateY(-2px);
}

.ohcghub-btn--primary{
  background: linear-gradient(135deg, var(--ohcg-trt-primary), var(--ohcg-hub-gold));
  color: #fff;
  box-shadow: 0 14px 32px rgba(201, 157, 62, 0.22);
}

.ohcghub-btn--primary:hover{
  box-shadow: 0 18px 36px rgba(201, 157, 62, 0.28);
}

.ohcghub-btn--secondary{
  background: #fff;
  color: var(--ohcg-hub-dark);
  border-color: var(--ohcg-border-strong);
  box-shadow: var(--ohcg-shadow-soft);
}

.ohcghub-btn--secondary:hover{
  border-color: var(--ohcg-hub-gold);
  color: var(--ohcg-hub-gold-dark);
}

/* =========================
   HERO
========================= */
.ohcghub-hero{
  padding: 88px 0 42px;
  background:
    radial-gradient(circle at top left, rgba(255,117,31,.10), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(170,217,212,.20), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.ohcghub-heroLayout{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 40px;
  align-items: center;
}

.ohcghub-heroContent{
  min-width: 0;
}

.ohcghub-hero__title{
  margin: 16px 0 18px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: var(--ohcg-hub-dark);
  max-width: 12ch;
}

.ohcghub-hero__text{
  max-width: 64ch;
  font-size: 1.05rem;
}

.ohcghub-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ohcghub-heroPills{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 28px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ohcghub-heroPills::-webkit-scrollbar{
  display: none;
}

.ohcghub-heroPills span{
  padding: 10px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ohcg-border);
  color: var(--ohcg-text);
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: var(--ohcg-shadow-soft);
  white-space: nowrap;
  flex: 0 0 auto;
}

.ohcghub-heroVisual{
  display: grid;
  gap: 18px;
  min-width: 0;
}

.ohcghub-heroLogoCard{
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  border: 1px solid var(--ohcg-border);
  border-radius: 32px;
  padding: 28px;
  box-shadow: var(--ohcg-shadow);
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ohcghub-heroLogoCard::before{
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: var(--ohcg-gradient-hub);
}

.ohcghub-heroLogoCard img{
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.ohcghub-heroBrandRow{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ohcghub-miniBrand{
  background: #fff;
  border: 1px solid var(--ohcg-border);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--ohcg-shadow-soft);
}

.ohcghub-miniBrand strong{
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--ohcg-hub-dark);
}

.ohcghub-miniBrand span{
  display: block;
  color: var(--ohcg-text-soft);
  font-size: 0.88rem;
  line-height: 1.4;
}

.ohcghub-miniBrand--trt{
  border-top: 4px solid var(--ohcg-trt-primary);
}

.ohcghub-miniBrand--hrt{
  border-top: 4px solid var(--ohcg-hrt-pink);
}

.ohcghub-miniBrand--bloods{
  border-top: 4px solid var(--ohcg-bloods-red);
}

.ohcghub-stats{
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ohcghub-statCard{
  background: #fff;
  border: 1px solid var(--ohcg-border);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: var(--ohcg-shadow-soft);
}

.ohcghub-statCard strong{
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  color: var(--ohcg-hub-gold-dark);
  margin-bottom: 8px;
}

.ohcghub-statCard span{
  color: var(--ohcg-text-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

/* =========================
   PANELS / IMAGE CARDS
========================= */
.ohcghub-panel{
  background: #fff;
  border: 1px solid var(--ohcg-border);
  border-radius: var(--ohcg-radius-xl);
  padding: 34px;
  box-shadow: var(--ohcg-shadow-soft);
}

.ohcghub-panel--feature{
  background:
    linear-gradient(180deg, rgba(201,157,62,0.06), rgba(201,157,62,0.02)),
    #fff;
}

.ohcghub-imageCard{
  border-radius: var(--ohcg-radius-xl);
  overflow: hidden;
  box-shadow: var(--ohcg-shadow);
  border: 1px solid var(--ohcg-border);
  background: #fff;
}

.ohcghub-imageCard img,
.ohcghub-imageCard video{
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.ohcghub-imageCard--accent{
  background: linear-gradient(135deg, rgba(255,117,31,.14), rgba(170,217,212,.16));
}

.ohcghub-imageCard--soft{
  background: linear-gradient(135deg, rgba(42,79,124,.12), rgba(201,157,62,.12));
}

/* =========================
   ABOUT
========================= */
.ohcghub-about{
  padding: 78px 0;
  background: #fff;
}

.ohcghub-about__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 28px;
  align-items: stretch;
}

/* =========================
   VALUES
========================= */
.ohcghub-values{
  padding: 78px 0;
  background: linear-gradient(180deg, #fcfcfd 0%, #ffffff 100%);
}

.ohcghub-values__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ohcghub-valueCard{
  position: relative;
  background: #fff;
  border: 1px solid var(--ohcg-border);
  border-radius: 22px;
  padding: 28px 24px 24px;
  box-shadow: var(--ohcg-shadow-soft);
  overflow: hidden;
}

.ohcghub-valueCard::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
}

.ohcghub-valueCard h3{
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 800;
  color: var(--ohcg-hub-dark);
}

.ohcghub-valueCard p{
  font-size: 0.96rem;
}

.ohcghub-valueCard--orange::before{ background: var(--ohcg-trt-primary); }
.ohcghub-valueCard--gold::before{ background: var(--ohcg-hub-gold); }
.ohcghub-valueCard--teal::before{ background: var(--ohcg-hrt-mint); }
.ohcghub-valueCard--blue::before{ background: var(--ohcg-bloods-blue); }

/* =========================
   BRANDS
========================= */
.ohcghub-brands{
  padding: 84px 0;
  background: #fff;
}

.ohcghub-brandStack{
  display: grid;
  gap: 24px;
}

.ohcghub-brandCard{
  background: #fff;
  border: 1px solid var(--ohcg-border);
  border-radius: 28px;
  padding: 32px;
  box-shadow: var(--ohcg-shadow-soft);
  position: relative;
  overflow: hidden;
}

.ohcghub-brandCard::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
}

.ohcghub-brandCard__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.ohcghub-brandCard h3{
  margin: 0;
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.ohcghub-brandCard__tag{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.ohcghub-brandCard__intro{
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.ohcghub-brandCard__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 24px;
  align-items: stretch;
}

.ohcghub-brandCard__content{
  background: var(--ohcg-surface-alt);
  border: 1px solid var(--ohcg-border);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.ohcghub-featureGrid{
  display: grid;
  gap: 14px;
}

.ohcghub-featureBox{
  background: #fff;
  border: 1px solid var(--ohcg-border);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: var(--ohcg-shadow-soft);
}

.ohcghub-featureBox h4{
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  color: var(--ohcg-hub-dark);
}

.ohcghub-featureBox p{
  font-size: 0.94rem;
  margin: 0;
}

/* TRT */
.ohcghub-brandCard--trt::before{
  background: linear-gradient(90deg, var(--ohcg-trt-primary), var(--ohcg-trt-deep));
}
.ohcghub-brandCard--trt h3{
  color: var(--ohcg-trt-deep);
}
.ohcghub-brandCard--trt .ohcghub-brandCard__tag{
  background: var(--ohcg-trt-soft);
  color: var(--ohcg-trt-deep);
  border: 1px solid rgba(255,117,31,.22);
}
.ohcghub-brandCard--trt .ohcghub-featureBox{
  border-left: 4px solid var(--ohcg-trt-primary);
}

/* HRT */
.ohcghub-brandCard--hrt::before{
  background: linear-gradient(90deg, var(--ohcg-hrt-gold), var(--ohcg-hrt-pink), var(--ohcg-hrt-mint));
}
.ohcghub-brandCard--hrt h3{
  color: #7f6330;
}
.ohcghub-brandCard--hrt .ohcghub-brandCard__tag{
  background: #fff7eb;
  color: #7f6330;
  border: 1px solid rgba(201,157,62,.24);
}
.ohcghub-brandCard--hrt .ohcghub-featureBox{
  border-left: 4px solid var(--ohcg-hrt-pink);
}

/* BLOODS */
.ohcghub-brandCard--bloods::before{
  background: linear-gradient(90deg, var(--ohcg-bloods-red), var(--ohcg-bloods-blue));
}
.ohcghub-brandCard--bloods h3{
  color: var(--ohcg-bloods-blue);
}
.ohcghub-brandCard--bloods .ohcghub-brandCard__tag{
  background: #f5f8fc;
  color: var(--ohcg-bloods-blue);
  border: 1px solid rgba(42,79,124,.18);
}
.ohcghub-brandCard--bloods .ohcghub-featureBox{
  border-left: 4px solid var(--ohcg-bloods-red);
}

/* =========================
   TEAM
========================= */
.ohcghub-team{
  padding: 82px 0;
  background: linear-gradient(180deg, #fcfcfd 0%, #ffffff 100%);
}

.ohcghub-teamGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ohcghub-teamCard{
  background: #fff;
  border: 1px solid var(--ohcg-border);
  border-radius: 24px;
  padding: 22px;
  text-align: center;
  box-shadow: var(--ohcg-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ohcghub-teamCard:hover{
  transform: translateY(-4px);
  box-shadow: var(--ohcg-shadow);
  border-color: var(--ohcg-border-strong);
}

.ohcghub-teamCard h3{
  margin-bottom: 16px;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 800;
  color: var(--ohcg-hub-dark);
}

.ohcghub-teamPhoto{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(201,157,62,.10), rgba(42,79,124,.10));
  border: 1px solid var(--ohcg-border);
  margin-bottom: 14px;
}

.ohcghub-teamPhoto img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ohcghub-teamCard p{
  margin: 0;
  color: var(--ohcg-text-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

/* =========================
   APPROACH
========================= */
.ohcghub-approach{
  padding: 84px 0;
  background: #fff;
}

.ohcghub-approach__grid{
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.ohcghub-imageCard--approach{
  height: 100%;
  max-height: 700px;
}

.ohcghub-imageCard--approach video{
  min-height: unset;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.ohcghub-approach .ohcghub-panel{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ohcghub-approach .ohcghub-panel h2{
  margin: 12px 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--ohcg-hub-dark);
}

/* =========================
   CTA
========================= */
.ohcghub-cta{
  padding: 24px 0 88px;
  background: #fff;
}

.ohcghub-ctaBox{
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 42px 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(26,58,43,.96), rgba(42,79,124,.94) 42%, rgba(179,32,45,.92) 75%, rgba(201,157,62,.92));
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.16);
}

.ohcghub-ctaBox::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.18), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(255,255,255,.10), transparent 24%);
  pointer-events: none;
}

.ohcghub-ctaBox > *{
  position: relative;
  z-index: 1;
}

.ohcghub-ctaBox .ohcghub-kicker{
  color: rgba(255,255,255,.86);
}

.ohcghub-ctaBox .ohcghub-kicker::before{
  background: rgba(255,255,255,.65);
}

.ohcghub-ctaBox h2{
  margin: 14px 0 14px;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 14ch;
}

.ohcghub-ctaBox p{
  color: rgba(255,255,255,.88);
  max-width: 64ch;
  margin-bottom: 24px;
}

.ohcghub-ctaBox .ohcghub-btn--primary{
  background: #fff;
  color: var(--ohcg-hub-dark);
  box-shadow: none;
}

.ohcghub-ctaBox .ohcghub-btn--primary:hover{
  color: var(--ohcg-bloods-blue);
}

/* =========================
   SMALL DETAILS
========================= */
.ohcghub-brandCard,
.ohcghub-valueCard,
.ohcghub-panel,
.ohcghub-teamCard,
.ohcghub-statCard,
.ohcghub-miniBrand,
.ohcghub-featureBox{
  backdrop-filter: blur(8px);
}

.ohcghub-page ::selection{
  background: rgba(201,157,62,.22);
  color: var(--ohcg-hub-dark);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1180px){
  .ohcghub-values__grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .ohcghub-teamGrid{
    grid-template-columns: repeat(2, 1fr);
  }

  .ohcghub-heroBrandRow{
    grid-template-columns: 1fr;
  }

  .ohcghub-stats{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px){
  .ohcghub-hero{
    padding: 64px 0 32px;
  }

  .ohcghub-heroLayout,
  .ohcghub-about__grid,
  .ohcghub-approach__grid,
  .ohcghub-brandCard__grid{
    grid-template-columns: 1fr;
  }

  .ohcghub-hero__title{
    max-width: none;
  }

  .ohcghub-heroVisual{
    order: -1;
  }

  .ohcghub-heroLogoCard{
    min-height: 260px;
  }

  .ohcghub-imageCard img,
  .ohcghub-imageCard video{
    min-height: 320px;
  }

  .ohcghub-imageCard--approach{
    max-height: 520px;
  }

  .ohcghub-brandCard__top{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px){
  .ohcghub-wrap{
    width: min(100% - 22px, var(--ohcg-wrap));
  }

  .ohcghub-hero,
  .ohcghub-about,
  .ohcghub-values,
  .ohcghub-brands,
  .ohcghub-team,
  .ohcghub-approach{
    padding: 56px 0;
  }

  .ohcghub-cta{
    padding: 10px 0 64px;
  }

  .ohcghub-panel,
  .ohcghub-brandCard,
  .ohcghub-ctaBox{
    padding: 24px;
  }

  .ohcghub-heroLayout{
    gap: 24px;
  }

  .ohcghub-heroLogoCard{
    padding: 18px;
    min-height: 170px;
    border-radius: 24px;
  }

  .ohcghub-heroLogoCard img{
    max-width: 240px;
  }

  .ohcghub-heroBrandRow{
    display: none;
  }

  .ohcghub-hero__title{
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    max-width: 11ch;
  }

  .ohcghub-hero__text{
    font-size: 0.98rem;
    max-width: none;
  }

  .ohcghub-hero__actions{
    flex-direction: column;
    gap: 12px;
  }

  .ohcghub-btn{
    width: 100%;
  }

  .ohcghub-heroPills{
    gap: 10px;
    margin-top: 22px;
    padding-bottom: 4px;
  }

  .ohcghub-heroPills span{
    font-size: 0.84rem;
    padding: 10px 14px;
  }

  .ohcghub-stats,
  .ohcghub-values__grid,
  .ohcghub-teamGrid{
    grid-template-columns: 1fr;
  }

  .ohcghub-statCard{
    padding: 18px;
  }

  .ohcghub-imageCard--approach{
    max-height: 420px;
  }

  .ohcghub-sectionHead h2,
  .ohcghub-approach .ohcghub-panel h2,
  .ohcghub-ctaBox h2{
    word-break: normal;
  }
}

@media (max-width: 480px){
  .ohcghub-hero{
    padding-top: 42px;
  }

  .ohcghub-heroLogoCard{
    min-height: 140px;
  }

  .ohcghub-heroLogoCard img{
    max-width: 185px;
  }

  .ohcghub-hero__title{
    font-size: 2rem;
    max-width: 9.5ch;
  }

  .ohcghub-sectionHead h2,
  .ohcghub-approach .ohcghub-panel h2,
  .ohcghub-ctaBox h2{
    font-size: 1.8rem;
  }

  .ohcghub-brandCard h3{
    font-size: 1.55rem;
  }

  .ohcghub-brandCard__tag{
    font-size: 0.8rem;
    padding: 9px 12px;
  }

  .ohcghub-kicker,
  .ohcghub-eyebrow{
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }
}

/* Team crop fixes */
.ohcghub-teamCard:nth-child(3) .ohcghub-teamPhoto img{
  object-position: center 2%;
}

.ohcghub-teamCard:nth-child(5) .ohcghub-teamPhoto img{
  object-position: center 28%;
}/* End custom CSS */