.practitioners__heading {
font-size: 1.8rem;
font-weight: bold;
text-align: center;
color: #2f5e4e;
margin-top: 40px;
margin-bottom: 15px;
line-height: 1.3;
letter-spacing: 0.5px;
}
.practitioners__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
max-width: 1000px;
margin: 0 auto;
padding: 10px 20px 0;
box-sizing: border-box;
}
.practitioners__card {
background-color: #eef5f2;
border-radius: 14px;
padding: 20px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
max-width: 450px;
flex: 1 1 300px;
text-align: center;
}
.practitioners__photo {
max-width: 300px;
margin: 0 auto;
}
.practitioners__photo img {
width: 100%;
height: auto;
display: block;
border-radius: 14px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.practitioners__name {
font-size: 1.4rem;
color: #2f5e4e;
margin-top: 20px;
margin-bottom: 12px;
}
.practitioners__bio {
font-size: 1rem;
line-height: 1.7;
color: #333;
margin: 0;
text-align: left;
}