.sleepdoctor-our-philosophy.rebrand .philosophy-headings-wrapper {
  text-align: center;
}

.sleepdoctor-our-philosophy.rebrand .sub-heading {
  font-family: var(--secondary-font-body-family);
  font-style: var(--secondary-font-body-style);
  display: inline;
}

.sleepdoctor-our-philosophy.rebrand .main-heading strong,
.sleepdoctor-our-philosophy.rebrand .main-heading b {
  display: block;
  font-family: var(--secondary-font-body-family);
  font-style: var(--secondary-font-body-style);
}

.sleepdoctor-our-philosophy.rebrand .philosophy-card {
  background-color: #FFF5F7;
}

@media screen and (min-width: 750px) {
  .sleepdoctor-our-philosophy.rebrand .philosophy-headings-wrapper {
    text-align: left;
  }
}