.take-survey p {
  margin: 0 auto !important;
  text-align: center !important;
  max-width: 100% !important;
}

.cost-of-overlooking-menopause h1,
.cost-of-overlooking-menopause h2,
.cost-of-overlooking-menopause h3,
.cost-of-overlooking-menopause p,
.cost-of-overlooking-menopause li {
  color: #002638;  
}
 
.cost-of-overlooking-menopause p,
.cost-of-overlooking-menopause li,
.cost-of-overlooking-menopause .intro-paragraph {
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.cost-of-overlooking-menopause .info-box p {
  max-width: none;      
  margin-left: auto;   
  margin-right: auto;
  text-align: left;  
}

 .cost-of-overlooking-menopause h1 + p,
.cost-of-overlooking-menopause h2 + p,
.cost-of-overlooking-menopause h3 + p {
  margin-top: 16px; 
}

 
.cost-of-overlooking-menopause h2 + h3,
.cost-of-overlooking-menopause h2 + .h3-block,
.cost-of-overlooking-menopause .h3-block + .h3-block {
  margin-top: 32px;
}

 
.cost-of-overlooking-menopause h2 {
  margin-top: 56px;
}

 
.cost-of-overlooking-menopause ul,
.cost-of-overlooking-menopause ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;  
}
 

 .cost-of-overlooking-menopause .on-this-page h2 {
  font-size: 24px;
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  line-height: 1.25;
  margin-bottom: 16px;
}

 .cost-of-overlooking-menopause .barrier-card h3 {
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin-top: 16px;   
  margin-bottom: 16px; 
}
.cost-of-overlooking-menopause .barrier-card p {
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.cost-of-overlooking-menopause .barrier-card + .barrier-card {
  margin-top: 56px;   
}

 
.cost-of-overlooking-menopause .next-link {
  margin-top: 56px;
}

 #understanding-barriers .row {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 32px;
}

 #understanding-barriers .col-12.col-md-4 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  #understanding-barriers .col-12.col-md-4 {
    width: calc((100% - 64px) / 3); 
  }
}


#understanding-barriers .menopause-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px;            
  border-radius: 12px;       
}

#understanding-barriers .menopause-card .margin-b-24 {  
  margin-bottom: 16px;       
}

#understanding-barriers .menopause-card h3 {
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin: 16px 0;            
}

#understanding-barriers .menopause-card .menopause-card--body p {
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

 #understanding-barriers .menopause-card p {
  max-width: none;
}

.cost-of-overlooking-menopause .learn-more {
   max-width: none;
}