.instructor {

    width: var(--global-content-width);
    margin-inline: auto;
    padding-inline: var(--global-content-edge-padding);
    margin-top: 6.4rem;
    margin-bottom: 12.8rem;

    .instructor-inner {
        display: flex;
        gap: 6.4rem;
        padding: 3.2rem;
        background: var(--global-palette9);
        border-radius: 8px;
        margin-top: 1.6rem;
    }

    img {
        border-radius: 4px;
        aspect-ratio: 1/1;
        object-fit: cover;
        width: 100%;
    }

    .instructor-meta {
        margin-top: 1.6rem;
    }

    .instructor-header {
        flex: 1;
    }

    .instructor-bio {
        flex: 2;
    }

    .instructor-name {
        margin-bottom: .5rem;
    }

    p {
        margin-top: 0;
        margin-bottom: 1.6rem;
    }

}