.cpt-inner-banner-sec .services-banner-background {
  background: url(/staticfiles/images/cpt-inner-background-image.webp);
  background-size: cover;
}
.cpt-inner-banner-sec .mindcare-banner-button {
  margin-top: 4rem;
}
.cpt-inner-banner-sec .services-banner-background .mindcare-banner-heading {
  max-width: unset;
}
.cpt-inner-banner-sec .services-banner-background .mindecare-column {
  width: 65%;
}
.cpt-inner-banner-sec .mindcare-banner-heading h1 {
  line-height: 1.1;
}
.cpt-inner-banner-sec .mindcare-banner-heading h2 {
  font-weight: 500;
  font-style: Italic;
  font-size: 1.5625rem;
  line-height: 1.9375rem;
}
.cpt-inner-banner-sec .mindcare-banner-heading h2 span {
  font-weight: 700;
  font-style: unset;
}
.cpt-inner-content-section {
  padding: 4.5rem 0 7rem;
}

.cpt-inner-content-section .content-inner h2 {
  font-weight: 600;
  font-size: 2.1875rem;
  color: #004d65;
  margin: 1.8rem 0 1.2rem;
}
.cpt-inner-content-section .content-inner h2 span {
  font-weight: 600;
  line-height: unset;
  font-size: 2.1875rem;
}

.cpt-inner-content-section .content-inner p,
li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #004a61;
}
.cpt-inner-content-section .content-inner ul {
  list-style: disc;
  color: #004a61;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.cpt-inner-content-section .content-inner a {
  color: #c16bc7;
}
.cpt-inner-content-section .content-inner h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #004a61;
  margin: 1rem 0 0.875rem;
}
.related-codes-content {
  border-radius: 1rem;
  border: 0.0625rem solid #004952;
  background: #f5f8f8;
  padding: 1.25rem;
}
.related-codes-content p {
  margin: 1.25rem 0;
}
.related-codes-content p a {
  background-color: #f4e8f5;
  border-left: 0.283rem solid #c16bc7;
  border-radius: 0.4043rem;
  color: #004952 !important;
  display: block;
  padding: 0.4375rem;
}
