
/* .instructor-bio {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
} */
.instructor-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    gap: 2rem;
    width: 100%;
}

.instructor-image {
    width: 30%;
    margin-top: 22px;
}

.instructor-image img {
    width: 100%;
    height: auto;
}

.instructor-details {
    width: 70%;
}
