.profile-list-img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
  }

  .profile-img {
    max-width: 275px;
    height: auto;
    object-fit: contain;
  }


.section-therapist-profile {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.section-therapist-profile h3 {
  color: #007bff;
  border-bottom: 2px solid #007bff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.section-therapist-profile .list-group-item {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  margin-bottom: 0.5rem;
}

.section-therapist-profile form {
  margin-bottom: 1rem;
}

.section-therapist-profile .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.section-therapist-profile .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.section-therapist-profile .btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.section-therapist-profile .btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}