Kyra Tomay
.profile-page {
max-width: 1100px;
margin: 0 auto;
}
.teacher-card {
display: flex;
gap: 32px;
align-items: flex-start;
margin: 34px 0;
padding: 28px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.teacher-left {
flex: 0 0 280px;
text-align: center;
}
.teacher-photo {
width: 170px !important;
height: 250px !important;
object-fit: cover;
border-radius: 12px;
margin-bottom: 16px;
}
.teacher-left h3 {
margin: 8px 0 4px;
font-size: 24px;
font-weight: 700;
