/* Therapist Blocks */
.therapist-pic img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .therapist-card {
    background-color: rgba(32, 33, 36, .1);
    border-radius: 25px;
    padding: 10px;
    margin: 10px auto;
    width: 369px;
    height: 400px;
    line-height: 2em;
    font-size: larger;
    /* height: 430px; */
    /* min-width: 369px; */
  }

  #anxiety-therapist-card {
    margin-left: 25em;
    min-width: 300px;
  }

  article {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .subheading {
    font-size: 14px;
  }

  .articles-img {
    width: 75%;
    border-radius: 25px;
  }

  .explanations {
    list-style-type: none;
  }

  .alpha-list {
    list-style-type: upper-alpha;
    font-size: 18px;
  }

  ol li {
    font-size: 18px;
  }

  .list-below {
    margin-bottom: 0;
  }

  .special-info {
    background-color: #e3d6c7;
    color: #173652;
    padding: 30px;
    border-radius: 25px;
  }

  .signature {
    text-align: right;
  }

   h1 {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 700;
    line-height: 65px; /* 100% */
}

/* Mobile styles */
@media (max-width: 575.98px) {
  .col:has(.therapist-card) {
    width: 80%;
    flex: 1 1 auto;
  }

  .therapist-card {
    width: 100%;
    height: auto;
    margin: 40px auto 60px auto;
  }

  #client-success-story {
    padding: 0 10px;
  }
}