/* CSS Modifications for Wellness Center */


/* Allows text wrapping of long title words in cards. */
.wellness h2 {
  hyphens:auto;
}

/* Removes visual button from cards */
.wellness .btn.btn-primary {
  display:none;
}

/* centers card caption headline text */
.wellness .caption h3 {
  text-align:center;
}

@media screen and (max-width: 992px) {
  
  /* Improves 2-up display of cards on tablet/mobile */  
  .wellness .sf_colsIn {
    padding: 5px;
  }
  
  .wellness {
    padding:0;
  }
  
}

