.glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}
.therapy-hero-media {
  position: relative;
}
.therapy-hero-img {
  display: block;
  width: 100%;
  height: auto;
}
.therapy-hero-mobile-copy + .therapy-hero-media .therapy-hero-img {
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .therapy-hero-media {
    min-height: 28rem;
  }
  .therapy-hero-img {
    height: 100%;
    min-height: 28rem;
    object-fit: cover;
  }
  .therapy-hero-overlay {
    inset: 0;
    position: absolute;
  }
}
.therapy-feature-icon {
  display: block;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .therapy-feature-icon {
    max-width: 6rem;
  }
}
@media (max-width: 768px) {
  h1,
  h2.card-title {
    font-size: 1.3rem;
  }
}
.div-color-p {
  color: #000000 !important;
  background-color: #dc5856;
}
.div-color-p1 {
  color: #000000 !important;
  background-color: #75a5cc;
}
.div-color-p2 {
  color: #000000 !important;
  background-color: #e0b84e;
}
