.soma-story {
  box-sizing: border-box;
  /* background-color: #F6F6F6; */
  width: 100%;
  margin: auto;
  padding: 60px;
  text-align: left;
  line-height: 150%;
}

.healthcare-person-future>div {
  display: flex;
}

.healthcare-person-future>div:nth-child(3){
  margin-top: 50px;
}

.healthcare-person-future>div>h2,
.healthcare-person-future>div>p {
  width: 50%;
  box-sizing: border-box;
  padding-right: 0.5rem;
  margin: 20px 0 10px;
}

.healthcare-person-future>div>p {
  font-weight: 500;
}

.healthcare-person-future>div>div {
  width: 50%;
  padding-right: 0.5rem;
  margin: 20px 0 10px;
}

.story-label {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -2.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #131527;
}

.story-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #131527;
  /* text-align: center; */
}

.story-text {
  font-size: 16px;
  color: #000000;
  line-height: -0.022em;
  line-height: 150%;
  margin-bottom: 15px;
  font-weight: 500;
}

.story-icon {
  height: 30px;
  width: auto;
}

.story-subheading {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-transform: capitalize;
  margin: 10px 0;
}

.clinical-philosophy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clinical-philosophy-title {
  margin-top: 1.6rem;
  margin-bottom: 0;
  text-align: center;
}

.story-text-center {
  text-align: center;
  width: 80%;
  line-height: 140%;
  margin: 1.6rem auto 0;
}

.zero-bottom-margin{
  margin-bottom: 0;
}

/* ===========================
   FROM STUCK TO STRONG SECTION
=========================== */

.philosophy-section {
  background: #F6F6F6;
  padding: 70px 0;
  color: #000000;
  font-family: "Raleway", sans-serif;
  width: 100%;
}

.philosophy-container {
  max-width: 1900px;
  margin: auto;
  padding: 0 60px;
}

.philosophy-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
  line-height: 120%;
}

.philosophy-title .cormorant-font {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  font-family: "Cormorant", serif;
}

/* GRID */
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 31.5%));
  gap: 25px;
  margin-top: 1.6rem;
  width: 100%;
}

/* CARD */
.philosophy-card {
  overflow: hidden;
}

.philosophy-card a,
.philosophy-explore a {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}

.philosophy-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.philosophy-card-content {
  padding: 0px 20px 0px 0px;
}

.philosophy-card h3 {
  font-size: 24px;
  margin-bottom: 0px;
  /* letter-spacing: -1.9%; */
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}

.philosophy-challenge {
  /* color: #555; */
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 150%;
  /* letter-spacing: -2.2%; */
}

.philosophy-readmore {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

/* EXPLORE */
.philosophy-explore {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .philosophy-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 47%));
  }
}

@media (max-width: 768px) {
  .story-title {
    font-size: 26px;
  }

  .healthcare-person-future>div {
    display: flex;
    flex-direction: column;
  }

  .healthcare-person-future>div>h2,
  .healthcare-person-future>div>p {
    width: 100%;
  }

  .healthcare-person-future>div>div {
    width: 100%;
  }

  .clinical-philosophy-title{
    margin-top: 1rem;
  }

  .story-text-center {
  width: 90%;
  margin: 1rem auto 0;
}

}

@media (max-width: 600px) {
  .philosophy-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 100%));
  }
}

@media (max-width: 425px) {
  .soma-story {
    padding: 20px;
  }

  .philosophy-container {
    padding: 20px;
  }

  .philosophy-section {
    padding: 0px;
  }

  .philosophy-title {
    font-size: 26px;
  }

  .healthcare-person-future>div>h2,
.healthcare-person-future>div>p {
  padding-right: 0;
}

.healthcare-person-future>div>div {
  padding-right: 0;
}
}