.doctor-profiles .prof-wrap {
    flex-direction: column;
    gap: 32px;
}

.doctor-profiles .prof-set {
    padding: 32px;
    min-width: 0;
    box-sizing: border-box;
}

.doctor-profiles .prof-set h2 span {
    display: block;
    padding-left: 0;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.7;
}

.doctor-intro {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin: 24px 0;
}

.doctor-portrait {
    width: 180px;
    height: auto;
    flex-shrink: 0;
}

.doctor-intro p {
    margin: 0 0 1em;
    line-height: 1.9;
}

.doctor-profiles h3 {
    font-size: 18px;
    margin: 24px 0 12px;
}

.doctor-profiles .career-table {
    margin-top: 0;
    letter-spacing: normal;
    line-height: 1.8;
}

.doctor-profiles .career-table th {
    width: 10em;
}

.doctor-profiles .career-table th,
.doctor-profiles .career-table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.doctor-credentials ul {
    padding-left: 1.4em;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .doctor-profiles .prof-set {
        padding: 20px 16px;
    }

    .doctor-intro {
        flex-direction: column;
        gap: 20px;
    }

    .doctor-portrait {
        align-self: center;
    }

    .doctor-profiles .career-table th {
        width: 6.5em;
    }

    .doctor-profiles .career-table td {
        padding-left: 12px;
        overflow-wrap: anywhere;
    }
}
