﻿
#container-e {

}

#author-detail-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    max-width: 600px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
}

#author-detail-wrapper span.author {
    font-weight: 500;
}

    #author-detail-wrapper span.company {
    color: var(--bright-pink);
    font-weight: 500;

    }

    #introduction-wrapper p {
        font-weight: 400;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 36px;
        line-height: 3.6rem;
        max-width: 600px;
    }

.view-all-envelope {
    display: flex;
    justify-content: flex-start;
}