.therapeute-item{display:flex;align-items:flex-start;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 6px 18px rgba(0,0,0,0.05);transition:transform 0.2s ease}.therapeute-item:hover{transform:translateY(-4px)}.therapeute-photo img{width:120px;height:120px;object-fit:cover;border-radius:50%;border:4px solid #e5f7f0;margin-right:20px}.therapeute-details{flex:1}.therapeute-name{font-size:1.4rem;font-weight:700;color:#075974;margin:0 0 10px 0}.therapeute-details p{margin:5px 0;font-size:1rem;color:#333}.cta{display:inline-block;margin-top:12px;padding:10px 20px;background-color:#37c197;color:#fff;border-radius:25px;font-weight:600;text-decoration:none;transition:background-color 0.3s ease}.cta:hover{background-color:#2aa47f}